Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiuytFAvINZNIezXbQQ18ea58i7sJGy0erfXc5nLZMKgOQYa3riS5fj8wbSpRj1\/Yswgb6Y15GUT527rj6CZiGqL8o42\/5n+xQDWSRBKJeMFrVgBSFeoiYxAEu\/wWqtuMpuo9XQqh1tir7QMehx\/+GdCXc8dtZU+OzhZiP7gDRStWudT66rcrpXtvuVYWQCKXSDous2xbyafaQ78ForWGl9yZPV62BK7QX9mIuCWwDJk4YvVJRAIw+6tKQfGNZMXNQ3GpQR7yzBh20NUIIW\/cZqF6EIt2RTuEK\/eW\/f6dGUGeYJOdl\/nmfIVXJ1vZMIeYeKwxPshxsowz9KL+MKdjLQIDAQAB",
"default_locale": "en",
"name": "__MSG_extensionName__",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "109.0"
}
},
"version": "0.2.4",
"description": "__MSG_extensionDescription__",
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src http: https: ws:\/\/localhost:8081"
},
"permissions": [
"storage",
"scripting",
"tabs",
"cookies",
"identity",
"webNavigation",
"webRequest"
],
"options_page": "options\/index.html",
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": "icon-128.png"
},
"chrome_url_overrides": [],
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"content\/index.iife.js"
],
"run_at": "document_end"
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"content-ui\/index.iife.js"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"css": [
"content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.svg",
"icon-128.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}