Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_name__",
"description": "__MSG_desc__",
"manifest_version": 3,
"default_locale": "en_US",
"version": "1.0.7",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Twitter Video Downloader"
},
"optional_permissions": [
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"content-script.js",
"icons\/*"
],
"matches": [
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*"
]
}
],
"host_permissions": [
"*:\/\/*.twitter.com\/*"
],
"optional_host_permissions": [
"*:\/\/*.x.com\/*"
]
}