IMDb Stream Finder
Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.
Cos'è IMDb Stream Finder?
IMDb Stream Finder è un'estensione di Chrome sviluppata da edgarasf123, e la sua funzione principale è "Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IMDb Stream Finder
Scarica i file di estensione IMDb Stream 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
Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding.
Informazioni di Base sull'Estensione
Nome | |
ID | fccnlndelpnmdilanmdocephnnfkkdjd |
URL Ufficiale | https://chrome.google.com/webstore/detail/imdb-stream-finder/fccnlndelpnmdilanmdocephnnfkkdjd |
Descrizione | Adds "Find Stream" button to IMDb page. Uses VoDLocker API embedding. |
Dimensione del File | 187 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-05-23 |
Data di Pubblicazione | 2017-05-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | edgarasf123 |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |