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",
"downloads",
"scripting"
],
"host_permissions": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.pscp.tv\/*",
"*:\/\/*.xtcodetech.com\/*",
"*:\/\/*.cloudflarestorage.com\/*",
"*:\/\/*.r2.dev\/*"
],
"action": {
"default_title": "__MSG_appName__",
"default_icon": "\/imgs\/icon128.png",
"default_popup": "popup.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; media-src 'self' https:\/\/*.xtcodetech.com https:\/\/*.cloudflarestorage.com https:\/\/*.r2.dev data:"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.twitter.com\/*",
"http:\/\/*.twitter.com\/*",
"https:\/\/*.x.com\/*",
"http:\/\/*.x.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "\/imgs\/icon128.png",
"32": "\/imgs\/icon128.png",
"48": "\/imgs\/icon128.png",
"128": "\/imgs\/icon128.png"
},
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs87a\/hkoXO+q48hFcU77A5wPjhm1OtbHtANt9EJssaKDPK8EWWsfxDhR0Vf8zqz+2G9B0fbh+MclQ6vFErIiaZSpFa3bcKZkqK81aqR218mA991mwueB+4poG2\/+wSvRh1995ejHclH\/qO+qq1JXsrucsfKP16y4xgRIKcvpwlhuwhyBUquHzYUGOoTrDRXaIHmNJsstaaflXskXAvL8cCy+KVLnd6+EnnA0jPy4OhnVbgRkPtpzKuOMKY1IwmrCyIIAYJtFEYzIfuIWKh0NiwGyD5pP56bf9ti5kwUq11kZ7ct9pQSk0qvD\/pkUt+F\/eYpiXaP1IBLkau8XMk844wIDAQAB"
}