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.0.6",
"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": [
"*:\/\/xvideodownloader.online\/*",
"*:\/\/*.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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmDfioyFU5mprtlT2vuuObYSlyGQNhlpvR2+0w6cvXr4pe\/U9ueUxx00IkxWEPqcKIKhVovietbbCTqDDkkUWsFsAD8kX4zhvKtB2Lws+uNwIrLLi+0vEWYl0Rhd78zSQOFeJLW\/miYDGBbYSx9qhvh7ZabPBStUGViOU2dlRjcXi8lunqgH66ZsoDSbntqJKBSAGdx2f9TycRB66LOwU\/jYkvvkG887cu\/JpPJ2jbMtcSBAWH+37vMW5z0r\/C8T2\/t6DLvtfN5ltxyS4gr0jKmC965h\/9vdhPIqcOC6Gford79RcJGi4GDjq5XfL8wTBjIfpIovLpVk2B\/HtRHzSQwIDAQAB",
"oauth2": {
"client_id": "1046441671080-bhglaavsnfetu32koqq3t97obmk6871r.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>"
]
}
]
}