IncredibleVideoDownloader

Browser extension Incredible Video Downloader will help you download videos from various web resources in a matter of seconds. The…

Cos'è IncredibleVideoDownloader?

IncredibleVideoDownloader è un'estensione di Chrome sviluppata da kovalcuk3467, e la sua funzione principale è "Browser extension Incredible Video Downloader will help you download videos from various web resources in a matter of seconds. The…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IncredibleVideoDownloader

Scarica i file di estensione IncredibleVideoDownloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Browser extension Incredible Video Downloader will help you download videos from various web resources in a matter of seconds.

The extension supports a wide variety of websites.
It is simple to use - just click the download button on the extension menu to save your favorite videos.                    

Informazioni di Base sull'Estensione

Nome IncredibleVideoDownloader IncredibleVideoDownloader
ID hcafkklbokhhjalmlpaccpioojgllipi
URL Ufficiale https://chrome.google.com/webstore/detail/incrediblevideodownloader/hcafkklbokhhjalmlpaccpioojgllipi
Descrizione Browser extension Incredible Video Downloader will help you download videos from various web resources in a matter of seconds. The…
Dimensione del File 521 KB
Conteggio Installazioni 3,000
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-01-19
Data di Pubblicazione 2022-01-19
Valutazione 5.00/5 Totale 24 Valutazioni
Sviluppatore kovalcuk3467
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://appp.me/UKLgDf
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IncredibleVideoDownloader",
    "version": "0.0.1",
    "permissions": [
        "storage",
        "downloads",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}