eval in page context

This commit is contained in:
go0p
2024-05-15 14:43:04 +08:00
committed by go0p
parent c950ede429
commit fb0a20b065
16 changed files with 322 additions and 159 deletions
+10 -7
View File
@@ -15,6 +15,11 @@
"service_worker": "background.js",
"type": "module"
},
"sandbox": {
"pages": [
"sandbox.html"
]
},
"permissions": [
"webNavigation",
"activeTab",
@@ -27,14 +32,12 @@
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
"resources": ["content.js"],
"matches": ["<all_urls>"],
"use_dynamic_url": true
}
],
"icons": {