IMDb Stream Finder

Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.

Co to jest IMDb Stream Finder?

IMDb Stream Finder to rozszerzenie Chrome opracowane przez edgarasf123, a jego główną funkcją jest „Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IMDb Stream Finder

Pobierz pliki rozszerzeń IMDb Stream 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

                        Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.                    

Podstawowe informacje o rozszerzeniu

Nazwa IMDb Stream Finder IMDb Stream Finder
ID fccnlndelpnmdilanmdocephnnfkkdjd
Oficjalny URL https://chrome.google.com/webstore/detail/imdb-stream-finder/fccnlndelpnmdilanmdocephnnfkkdjd
Opis Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.
Rozmiar pliku 187 KB
Liczba instalacji 35
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2017-05-23
Data Publikacji 2017-05-23
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper edgarasf123
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IMDb Stream Finder",
    "version": "0.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/title\/*",
                "https:\/\/www.imdb.com\/title\/*"
            ],
            "js": [
                "jquery-3.2.1.slim.min.js",
                "main.js"
            ]
        }
    ]
}