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",
"name": "__MSG_ext_name__",
"description": "__MSG_ext_desc__",
"version": "2.2.1",
"manifest_version": 3,
"default_locale": "en",
"background": {
"service_worker": "285.dc66d36596789549fbb6.1764437770115.js"
},
"options_page": "\/options\/index.html",
"permissions": [
"scripting",
"storage",
"contextMenus"
],
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"http:\/\/localhost:4001\/*",
"https:\/\/allowcopyplus.pidevex.com\/*"
],
"js": [
"974.dc66d36596789549fbb6.1764437770115.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": {
"16": "\/images\/32.png",
"32": "\/images\/32.png",
"48": "\/images\/48.png",
"128": "\/images\/128.png"
}
},
"icons": {
"16": "\/images\/32.png",
"32": "\/images\/32.png",
"48": "\/images\/48.png",
"128": "\/images\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/resolve_online_test_test-helper___test_bro.gif"
],
"matches": [
"<all_urls>"
]
}
]
}