Video Finder

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

Co to jest Video Finder?

Video Finder to rozszerzenie Chrome opracowane przez natasha4tambov, a jego główną funkcją jest „Video finder extension is a very fast and easy way to download videos from different websites. This extension finds out all…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Video Finder

Pobierz pliki rozszerzeń Video Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Video Finder Video Finder
ID elhaaigmbkooejoamjhbahjhpgncaonf
Oficjalny URL https://chrome.google.com/webstore/detail/video-finder/elhaaigmbkooejoamjhbahjhpgncaonf
Opis Video finder extension is a very fast and easy way to download videos from different websites. This extension finds out all…
Rozmiar pliku 115 KB
Liczba instalacji 10,000
Aktualna Wersja 0.0.4.1
Ostatnia Aktualizacja 2022-01-15
Data Publikacji 2021-11-27
Ocena 4.46/5 Łącznie 24 Oceny
Deweloper natasha4tambov
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://telegra.ph/Terms--Conditions-and-Privacy-Policy-11-11
Obsługiwane Języki 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:;"
    }
}