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",
"manifest_version": 3,
"name": "Gimme Video - Video Downloader",
"version": "1.3.4",
"description": "Download videos from any website with one click. Multiple quality options, no sign-up required.",
"permissions": [
"activeTab",
"tabs",
"downloads",
"storage",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/api.gimme.video\/*",
"https:\/\/www.google-analytics.com\/*",
"<all_urls>"
],
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"background": {
"service_worker": "src\/background\/service-worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.youtu.be\/*",
"*:\/\/*.instagram.com\/*",
"*:\/\/*.tiktok.com\/*",
"*:\/\/*.twitter.com\/*",
"*:\/\/*.x.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.fb.watch\/*",
"*:\/\/*.vimeo.com\/*",
"*:\/\/*.dailymotion.com\/*",
"*:\/\/*.dai.ly\/*",
"*:\/\/*.reddit.com\/*",
"*:\/\/*.redd.it\/*",
"*:\/\/*.twitch.tv\/*",
"*:\/\/*.pornhub.com\/*",
"*:\/\/*.xhamster.com\/*",
"*:\/\/*.xhamster2.com\/*",
"*:\/\/*.xhamster3.com\/*",
"*:\/\/*.xvideos.com\/*",
"*:\/\/*.redgifs.com\/*",
"*:\/\/*.erome.com\/*"
],
"js": [
"src\/lib\/platforms.js",
"src\/content\/detector.js",
"src\/content\/button.js"
],
"css": [
"src\/content\/button.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"src\/content\/button.css",
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
]
}