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.0.0",
"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\/*"
],
"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"
]
}
],
"icons": {
"16": ".\/imgs\/icon128.png",
"32": ".\/imgs\/icon128.png",
"48": ".\/imgs\/icon128.png",
"128": ".\/imgs\/icon128.png"
},
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmSJpM\/s64cnn5G9ktGrSqreSeVmXJw+\/PoK6fPm9KKuBZMHYjT23uUjyUySHGLJpST4f2hJ7+4XBk9uUk\/MjRw2s28RmWl67ZMdi1k0YhQB+MeYW\/DrbO8+TElPfEzGE6HBVpObgeIez4tJcVZGFjswwS+2nC20J3szqKiQFzxSbqgdt4Sy4At9MKkovZm7M4dYD\/vg+p\/c8uIwapQkvzukouj1ny5+qYvcYcqqjwHnPZJm0qxWHlejhOMCBp1jjVwvM6m2Dc4JRM89svKXMlpM3P7e+33vlrB6kBc+OECBCp4\/yePpav7oPSl0eb\/hY7ns0PGNGET+if13xUsiHfQIDAQAB"
}