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_name__",
"version": "1.2.7",
"description": "__MSG_description__",
"author": "Andrey Sherechevskiy https:\/\/t.me\/sherechevskiy",
"manifest_version": 3,
"default_locale": "en",
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"default_popup": "popup\/main.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/bg.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/x.com\/*",
"https:\/\/pro.x.com\/*"
],
"run_at": "document_end",
"js": [
"js\/jquery.js",
"js\/conf.js",
"js\/cmain.js"
]
}
],
"permissions": [
"storage"
]
}