Video Finder

Video finder extension is a very fast and easy way to download videos from different websites. This extension finds out all…

Cos'è Video Finder?

Video Finder è un'estensione di Chrome sviluppata da natasha4tambov, e la sua funzione principale è "Video finder extension is a very fast and easy way to download videos from different websites. This extension finds out all…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Video Finder

Scarica i file di estensione Video Finder 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

                        Video finder extension is a very fast and easy way to download videos from different websites.
 
This extension finds out all videos on the website and shows them at the popup menu, where you can download them in one click. 

Save your favorite videos and watch them later                    

Informazioni di Base sull'Estensione

Nome Video Finder Video Finder
ID elhaaigmbkooejoamjhbahjhpgncaonf
URL Ufficiale https://chrome.google.com/webstore/detail/video-finder/elhaaigmbkooejoamjhbahjhpgncaonf
Descrizione Video finder extension is a very fast and easy way to download videos from different websites. This extension finds out all…
Dimensione del File 115 KB
Conteggio Installazioni 10,000
Versione Corrente 0.0.4.1
Ultimo Aggiornamento 2022-01-15
Data di Pubblicazione 2021-11-27
Valutazione 4.46/5 Totale 24 Valutazioni
Sviluppatore natasha4tambov
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://telegra.ph/Terms--Conditions-and-Privacy-Policy-11-11
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Finder",
    "version": "0.0.4.1",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "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:;"
    }
}