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_extDescription__",
"version": "6.7.3",
"default_locale": "en",
"permissions": [
"sidePanel",
"identity",
"identity.email",
"storage",
"contextMenus",
"scripting",
"activeTab"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/img_control.js-loader-B_IS1C7v.js",
"assets\/contentLogger.js-loader-DgH67nOj.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end",
"match_about_blank": true,
"all_frames": true
}
],
"action": {
"default_title": "Click to open panel",
"default_icon": {
"16": "src\/public\/images\/16px.png",
"48": "src\/public\/images\/48px.png",
"128": "src\/public\/images\/128px.png"
}
},
"icons": {
"16": "src\/public\/images\/16px.png",
"48": "src\/public\/images\/48px.png",
"128": "src\/public\/images\/128px.png"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/content\/content.js",
"src\/public\/images\/128px.png",
"assets\/img_control.js-BsXVzJQr.js",
"assets\/contentLogger.js-B8_glSTp.js"
],
"use_dynamic_url": false
}
]
}