JSONの構文エラーがあります。エラーメッセージは、行8、列3でトレーリングカンマが許可されていないことを指摘しています。
{ "manifest_version": 3, "name": "Run script automatically", "description": "Runs a script on www.example.com automatically when user installs the extension", "version": "1.0", "icons": { "16": "16.png" }, "content_scripts": [ { "js": [ ".js" ] } ] }
これでマニフェストが正しいJSON形式になり、拡張機能が読み込めるはずです。

0 コメント