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.6",
"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"
],
"run_at": "document_end"
},
{
"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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiUb6gI5bxh4c4Ja1wPempNJmpI9GCWs8N7SUuIQX7PXiP+ozOseWqgwPjeJgtclKpq0KInpbVxTq8GubxN6bMR1iZHwh3+OBE3Qm2RWeRXgKHH9aoa7753khxiJsEbSh3zkADcNgiImQIrrW3Uyg+HORx9jwYTv1m851z6Aywf6tuc1E7sKzo3WHRpF9K4GyvjxCwCJ29AD1InZ7OKmwQW8RczLtoSglLxd8VqK48AtxGvjq+zjggjlW7gESCB3VOnrb+DEIdKqielDnhZSzysV8mLx7weB03142jN2UqsiZiTo8kSiTXcApZvpUSOcfQtmzj6zLRrKidLGTKEck4QIDAQAB"
}