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,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2.0.1",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": [],
"host_permissions": [
"*:\/\/*.x.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/*.extfox.pro\/*"
],
"permissions": [
"activeTab",
"tabs",
"storage",
"downloads",
"webRequest"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"google.svg",
"logo.svg",
"icon.svg",
"excel.svg",
"csv.svg",
"json.png",
"youtube.svg",
"injected.js",
"discord.svg"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"resources": [
"assets\/constants-6be613c5.js",
"assets\/browser-ed5c0bb1.js",
"assets\/content-script-c2abd0d1.js"
],
"use_dynamic_url": false
}
],
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-5ae52934.js"
],
"matches": [
"*:\/\/*.x.com\/*",
"*:\/\/*.twitter.com\/*"
],
"css": [
"assets\/index-5c4c9215.css"
]
}
]
}