VideoFetcher
Extension to fetch Videos on Websites
Co je VideoFetcher?
VideoFetcher je rozšíření Chrome vyvinuté DatLag, a jeho hlavní funkcí je „Extension to fetch Videos on Websites“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření VideoFetcher
Stáhněte si soubory rozšíření VideoFetcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension is an Open-Source VideoFetcher. It checks video players on the respective page for available videos and checks request headers for videos to ensure that all videos are found, because some sites try to prevent this from conventional video downloaders. This extension does not support YouTube videos! GitHub: https://github.com/DATL4G/VideoFetcher-Extension
Základní Informace o Rozšíření
Název | |
ID | dnbaoglnoniehlakplahpeacfnpeedhb |
Oficiální URL | https://chromewebstore.google.com/detail/videofetcher/dnbaoglnoniehlakplahpeacfnpeedhb |
Popis | Extension to fetch Videos on Websites |
Velikost souboru | 72.12 KB |
Počet instalací | 83 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2021-03-24 |
Datum Vydání | 2021-03-23 |
Vývojář | DatLag |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/DATL4G/VideoFetcher-Extension |
URL Stránky Nápovědy | https://github.com/sponsors/DATL4G |
URL Stránky Zásad Ochrany Soukromí | https://datlag-page.web.app/policies |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VideoFetcher", "description": "Extension to fetch Videos on Websites", "version": "1.0.0", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ " |