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",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.2",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "src\/assets\/icons\/icon_16.png",
"32": "src\/assets\/icons\/icon_32.png",
"48": "src\/assets\/icons\/icon_48.png",
"128": "src\/assets\/icons\/icon_128.png"
},
"host_permissions": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "src\/assets\/icons\/icon_16.png",
"32": "src\/assets\/icons\/icon_32.png",
"48": "src\/assets\/icons\/icon_48.png",
"128": "src\/assets\/icons\/icon_128.png"
}
},
"permissions": [
"storage",
"scripting"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
],
"resources": [
"assets\/sync-DqfwOscM.js",
"assets\/temp_inject.ts-BhtzdEt_.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/csv-D_QWX3Z0.js",
"assets\/sync-DqfwOscM.js",
"assets\/logger-DSlvmJKv.js",
"assets\/action-C1noOgrh.js",
"assets\/index.ts-C3azD_Li.js",
"assets\/Twitter.inject.css"
],
"use_dynamic_url": false
}
]
}