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,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv6hQEN2yToxYvsG8CEmLqAUE2fr0bysN3wb0oXzMhcXz1FKrMn3pvIt1rq8P2tTG2Yea5DXb39KKb0vNMdI8z4\/9rBHf0tjZ1o9uEJzLG2pGWYnDWlakiqjAEGxuD4E1bbX2vLAk4SRVkVAqwcQrJwSm\/KPX4mrSfAGJ5RAlKH9MroJW0vTsS6dp8Y4wNzxYqyXHSkCNcvb68B9\/OMhpwGcGDYlRrZIrpsZw5yIBjhKRdpLpAXzSt1h6V5jB6MnuudCpEnCh3U53lvu9sc9E0Lg3h6iSR\/Dk7cPtJrhHrWwKiVZinkaprfSTK8xe2WXwCYjbgAeoZtsvSsTCV9j4DwIDAQAB",
"default_locale": "en",
"name": "__MSG_appName__",
"version": "3.4.0",
"description": "__MSG_appDesc__",
"permissions": [
"tabs",
"storage",
"debugger",
"downloads"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/local.paywall.app:5050\/*",
"https:\/\/onlineapp.pro\/*",
"https:\/\/onlineapp.stream\/*",
"https:\/\/onlineapp.live\/*"
]
},
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"icons": {
"32": "32.png",
"48": "48.png",
"64": "64.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": []
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"assets\/svg\/*.svg",
"assets\/png\/*.png",
"icon.svg",
"blob\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}