質問編集履歴
1
エラー追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,6 +6,9 @@
|
|
6
6
|
|
7
7
|
```
|
8
8
|
Uncaught (in promise) Error: Cannot access contents of url "". Extension manifest must request permission to access this host.
|
9
|
+
|
10
|
+
Uncaught TypeError: Cannot read properties of undefined (reading 'create')
|
11
|
+
2つ目のエラーに関してはchrome.scripting.executeScriptでアクセスができずnullになっているからだと考えています。この解釈が間違っていればご指摘お願いいたします。
|
9
12
|
```
|
10
13
|
|
11
14
|
### 該当のソースコード
|