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,
"name": "Twitter Shadowban Test",
"description": "__MSG_ext_description__",
"version": "1.0.0",
"default_locale": "en",
"action": {
"default_popup": "src\/popup\/index.html"
},
"icons": {
"128": "image\/logo.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*"
],
"content_scripts": [
{
"js": [
"assets\/content.js-loader-CM3PTVbe.js"
],
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*"
],
"resources": [
"js\/injectScript.js",
"image\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*"
],
"resources": [
"assets\/content.js-BOtthg_B.js"
],
"use_dynamic_url": true
}
]
}