Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.11", "manifest_version": 3, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "default_locale": "zh_CN", "permissions": [ "tabs", "storage", "sidePanel", "offscreen", "scripting", "webNavigation" ], "action": { "default_icon": { "48": "\/assets\/logo-48.png", "128": "\/assets\/logo-128.png" } }, "icons": { "48": "\/assets\/logo-48.png", "128": "\/assets\/logo-128.png" }, "side_panel": { "default_path": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": true } ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "popup.html", "popup.js" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "externally_connectable": { "matches": [ "https:\/\/*.igenflow.com\/*", "http:\/\/*.dev.10.0.1.213.nip.io:32555\/*" ] } }