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.3.1",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"author": "XTCodeTech",
"background": {
"service_worker": "background.js"
},
"permissions": [
"identity",
"identity.email",
"tabs",
"storage",
"webRequest",
"downloads"
],
"host_permissions": [
"https:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"https:\/\/api.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"
}
],
"web_accessible_resources": [
{
"resources": [
"inject.js"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"icons": {
"16": "\/imgs\/icon128.png",
"32": "\/imgs\/icon128.png",
"48": "\/imgs\/icon128.png",
"128": "\/imgs\/icon128.png"
},
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAi\/TvpoE+4f+m8MfPIjES1qotwwf\/XK47N2dqRM4zJfbMpdR4bLursHjDe91ybKFb0frkDUh+5+QkkzptcOEabT9qCV5f+iwlydG0Tt0TH2tSC9Cy9HvMA1irqqpUBaG7WUt+07ZJPuJqnUpZfDiQsMAsauKMgLbmTqhwXbbmG6C5JiKXsWsxxPnxivjwgzSrhdS874I0kxez1dgFZCJG8+z7QsmJtditb2QYwcFGSz3K+7QzYB6MdjsdmkYh86Dkz6tilK0VY1HAoyOPBSujtLrxUrnwGOOZQMrdWdPw0PyIveNkMAPY9SMpzKbhGFrBK9yyqDdDmtLrq04m2e80MQIDAQAB"
}