diff --git a/manifest.json b/manifest.json
index 6eef585..3ee18fc 100644
--- a/manifest.json
+++ b/manifest.json
@@ -35,7 +35,7 @@
"name": "v_jstools",
"version": "0.0.0",
"description": "v_jstools js hook工具",
- "permissions": ["storage", "unlimitedStorage", "activeTab", "tabs", "debugger", "storage", "contextMenus", "http://*/*", "https://*/*", "cookies", "proxy"],
+ "permissions": ["storage", "unlimitedStorage", "activeTab", "tabs", "debugger", "storage", "contextMenus", "http://*/*", "https://*/*", "chrome://*", "cookies", "proxy"],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_popup": "popup.html"
diff --git a/options.html b/options.html
index eac4045..365599d 100644
--- a/options.html
+++ b/options.html
@@ -124,8 +124,8 @@