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_extName__", "description": "__MSG_extDesc__", "version": "3", "default_locale": "en", "icons": { "16": "images\/fav-icon-x16.png", "32": "images\/fav-icon-x32.png", "128": "images\/fav-icon-x128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "cookies", "contextMenus", "tabs", "activeTab", "storage", "scripting", "offscreen" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "styles\/*", "loader.html", "clipper.html" ], "matches": [ "<all_urls>" ] } ], "action": { "default_icon": { "19": "images\/fav-icon-x19.png", "38": "images\/fav-icon-x38.png" }, "default_popup": "index.html" } }