Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.9.2", "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "tabs", "activeTab", "scripting", "storage", "downloads", "<all_urls>" ], "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "web_accessible_resources": [ { "resources": [ "capture.html", "gptblox.html", "js\/content.js", "js\/db.js", "lib\/xlsx.full.min.js" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_idle" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/xiaohenote.com https:\/\/gptblox.com;" } }