回答編集履歴

1

JSONにコメントを付けれないことを知ったのでコメントを除去しました。

2022/11/05 16:08

投稿

退会済みユーザー
test CHANGED
@@ -17,13 +17,13 @@
17
17
  変更後:
18
18
  ```json
19
19
  {
20
- "manifest_version": 3, //2から3へ
20
+ "manifest_version": 3,
21
21
  "name": "hogehoge",
22
22
  "version": "0.0.2",
23
23
  "description": "hogehogefugafuga.",
24
- "host_permissions": [ //新しく追加
24
+ "host_permissions": [
25
- "http://localhost:5000/*" //新しく追加
25
+ "http://localhost:5000/*"
26
- ], //新しく追加
26
+ ],
27
27
  "content_scripts": [
28
28
  {
29
29
  "matches": ["*://*.example.com/*"],