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_appName__",
"version": "1.2.2",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"author": "XTCodeTech",
"background": {
"service_worker": "background.js"
},
"permissions": [
"identity",
"identity.email",
"tabs",
"storage",
"webRequest"
],
"host_permissions": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"https:\/\/*.xtcodetech.com\/*"
],
"action": {
"default_title": "__MSG_appName__",
"default_icon": "\/imgs\/icon128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"http:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"http:\/\/*.x.com\/*"
],
"js": [
"content.js"
]
},
{
"matches": [
"https:\/\/*.twitter.com\/*",
"http:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"http:\/\/*.x.com\/*"
],
"js": [
"earlyContent.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "\/imgs\/icon128.png",
"32": "\/imgs\/icon128.png",
"48": "\/imgs\/icon128.png",
"128": "\/imgs\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"inject.js"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzfFywne5ZdoSz0A6qZMdcvPArFXw46BxCLO1Iydus839rdOGvuQSKtZi5YJATM7d99yQowh+Qg8IZFVv+Br0il2rToKMVkH9uRmnD5RiLhtuEHIp4jRLHlrmII8IDZHxG74D6YViO5d++CQFQwEMLHzDK5fv\/b\/5l2dFKLSlZ1zjUucoMaqs8NXoDiRUkjRW7UhW+EEDkTi1SuRI5hUagSpple06ruHX2sspmTVGZktukiiBswDBzRPdgfnqr5JZCAGkycUFL7fibDA+ThajRVCFLPwdYmx1DCCsfqEQO31h03m4Q9JskAa1FTxfVdpnwHl5sRTo2o7wxF8mFqYpHQIDAQAB"
}