All Video downloader

All Video Downloader - download videos from any site

Co je All Video downloader?

All Video downloader je rozšíření Chrome vyvinuté Video Man, a jeho hlavní funkcí je „All Video Downloader - download videos from any site“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření All Video downloader

Stáhněte si soubory rozšíření All Video downloader 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í

                        Usage Instructions:

Visit any website that hosts videos.
Activate the Video Downloader by clicking its button in the browser panel, or find the download option on the webpage.
Choose the video you wish to download.

Advantages of Our Video Downloader:

Completely free to use.
Download videos at peak speeds.
Enjoy limitless video downloads.
Experience an ad-free environment.
No interference from sponsored links.
Compatible across multiple platforms: Windows, Mac OS, and Linux.
No necessity for additional software installations.

Key Features:

Download and store videos directly from websites to your hard disk.
Support for video downloads up to 8K resolution.
Compatibility with all major video formats.
Option to select from all available video resolutions to suit your preference.

Important Notice:
The download function for YouTube has been disabled due to Chrome Store restrictions. Some videos may be protected by their hosting sites and are not available for download. We appreciate your understanding in this matter.                    

Základní Informace o Rozšíření

Název All Video downloader All Video downloader
ID kjjcelfokaohpfalfcibhajdhonklhjn
Oficiální URL https://chromewebstore.google.com/detail/all-video-downloader/kjjcelfokaohpfalfcibhajdhonklhjn
Popis All Video Downloader - download videos from any site
Velikost souboru 8.68 MB
Počet instalací 100,000
Aktuální Verze 1.0.0.1
Poslední Aktualizace 2024-02-12
Datum Vydání 2024-01-02
Hodnocení 3.94/5 Celkem 47 Hodnocení
Vývojář Video Man
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://ethereal-play-d19.notion.site/Privacy-Policy-of-all-Video-Man-browser-extensions-cc5fbdd73ed14f9caaea52545dc5871a
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "\/img\/icon-32.png",
        "default_popup": "\/popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "background": {
        "service_worker": "script\/worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/script\/lib\/jquery-3.2.1.min.js",
                "\/script\/content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.dailymotion.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "\/img\/icon-128.png",
        "32": "\/img\/icon-32.png",
        "64": "\/img\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "downloads",
        "webRequest",
        "cookies",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "script\/sandbox.html"
        ]
    },
    "version": "1.0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/img\/*",
                "script\/providers.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "script\/sandbox.html"
            ],
            "use_dynamic_url": true
        }
    ]
}