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_manifest_AppTitle__", "description": "__MSG_manifest_AppDescription__", "version": "1.4.3", "default_locale": "en", "icons": { "16": "resources\/icons\/icon_16.png", "48": "resources\/icons\/icon_48.png", "128": "resources\/icons\/icon_128.png" }, "options_ui": { "page": "options.html" }, "action": { "default_icon": { "16": "resources\/icons\/icon_16.png", "48": "resources\/icons\/icon_48.png", "128": "resources\/icons\/icon_128.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "identity" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "resources\/*.gif", "resources\/*.mp3" ], "matches": [ "<all_urls>" ] } ], "oauth2": { "client_id": "458514378880-egbeoso5bpoev0s33sdk523h1eqoetiv.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoQf9wN3cekPIkizvDsYW2cJYfR\/\/MVFZsAYh6ovu9DCFmNlceI3F8\/uNJ8J\/NGrVC3T+00s0zeLCe6FEp3hJpcHyVVFXH+QbfUXSSVlRDOfajlA5Vi2dIPbxZwUbxPhJyu6KzZI0dDZ30Pw0GJI+6IDBnGPPFkkEUNLmTVZ2i+fw8WBdc1BMtT0LzlR\/xzo1QDYoBzDMnJ0LsYET0TdE+4Fb96mCd1QdzWsbguGtpsReLj95PDYXBev\/AHezxPAZkDPdzwMoNfyPfcfld4OoOlpQBBrjLGtBh2gOlyCDfu9WdH5YLqrMxQ6XYzEw\/MP3OwrmJqGX0kFVtDNF9f6N4QIDAQAB" }