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",
"version": "1.1.2",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"identity",
"downloads",
"webRequest"
],
"host_permissions": [
"*:\/\/xmediadownloader.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.twitter.com\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.x.com\/*",
"*:\/\/*.twitter.com\/*"
],
"js": [
"contentScript.js"
],
"css": [
"style.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApAXjiw8HvdxjQfpAZr6o1Q6i5JgjY\/Lvr07mkrqMEKePw5EENn+W4mASsfHosjFBTw1p1Gx2BGZsd83ruTQs1DbKLXTMzMW\/8uCZwZRUM9zq5k+WuX+ZfJO4wCVQYGSDGSLHmB1R1hzGHw5x31QpZTZP+ViCZJWzmB+e3VEWAmDk+Pi1UhgRBxJJ6+1Q6J6Ru4FgYGkYyi0KMwgnym50lB\/Qnh7TBn2IjIYahxaalDPiy7ZbJ3Xa6Pzfgl1cTMzrbOvQrZ2xPCACLwUlb\/lV0LQ1OvQVgs9pqrIl1bI9x0JXXf+uG7LDFFuAQXrn4+iJ6hpl1lAZQo+bEJfrjMUk6wIDAQAB",
"oauth2": {
"client_id": "663983812909-hoaqq5smed14vafchfo6v83tqsl93ie9.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"libs\/*",
"injected.js"
],
"matches": [
"<all_urls>"
]
}
]
}