aviv video downloader
download video from video element, enable right click
What is aviv video downloader?
aviv video downloader is a Chrome extension developed by 2aviv20, and its main feature is "download video from video element, enable right click".
Extension Screenshots
Download aviv video downloader Extension CRX File
Download aviv video downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
download video from video element, enable right click save your favorite videos offline wait 3 seconds until the download link apears
Extension Basic Information
Name | aviv video downloader |
ID | leflmbfmokenfkdofdldfkmlmmhadfhi |
Official URL | https://chromewebstore.google.com/detail/aviv-video-downloader/leflmbfmokenfkdofdldfkmlmmhadfhi |
Description | download video from video element, enable right click |
File Size | 13.78 KB |
Installation Count | 97 |
Current Version | 1.0.0 |
Last Updated | 2020-12-23 |
Publish Date | 2020-12-23 |
Developer | 2aviv20 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "aviv video downloader", "version": "1.0.0", "description": "download video from video element, enable right click", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "page.js" ] } ], "permissions": [], "browser_action": { "default_title": "aviv video downloader", "default_icon": "cloud-computing.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |