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_appName__",
"description": "__MSG_shortDesc__",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAseER+E4S+p9GeRqPlLu0yLAPwMTQgX3b1SVLYjCwLhjasWMognYR7piHRa9L37\/zwtXWe5rIOQYLdPT0R7ChAsFkxxDyLm3PDIuXXN9wYl5Xloit3UGWe71eLCRTfNlx4Ccvgiplag4qExrIWr7T5p+fzHUQ6JXw0QjQMD1JucQtSOy\/klAtucnn3FwpSUFqUqEYUWcJdzSk\/1Rw484VOBxI49WRd9Ys8voOz29RL53oQo9DtW0Xynl4vFIlbLYSlAE\/xzWedUIgSxDR\/5P9PqnCOkJH9vPB4UdSHTiySLU+ntF3hYFqX69H+4ZKTGcnoN1nKMUxxyJWzPHDdFbpfwIDAQAB",
"version": "1.1.10",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-34.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_icon": "img\/logo-48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-ed9ce2fd.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"js": [
"assets\/content-script.ts-loader-6d55e63f.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-34.png",
"img\/logo-48.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"icons\/logo.svg",
"assets\/chunk-f6ca88e0.js",
"assets\/chunk-865487bb.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/chunk-2e28d5fe.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting",
"sidePanel"
],
"host_permissions": [
"https:\/\/localhost:3000\/*",
"<all_urls>"
],
"externally_connectable": {
"matches": [
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
}
}