IMDB (Unofficial)
This is a chrome extension which makes users to get info about a movie right in their browser(chrome)
Cos'è IMDB (Unofficial)?
IMDB (Unofficial) è un'estensione di Chrome sviluppata da Sunny Jhunjhunwala, e la sua funzione principale è "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IMDB (Unofficial)
Scarica i file di estensione IMDB (Unofficial) 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
This chrome extension helps you to quickly find more details about movies like Imdb rating, small description etc without the need of going to IMDB.com or leaving your browser tab. Type movie name and hit enter or click on search to get movie or serial details, incase of movies with same names but different year, accompany the title with year also to target the correct film. This is not a official product from IMDB and this extension is using OMDB API (http://www.omdbapi.com/). All content included on this extension, such as text, logos etc are properties of their respective companies.
Informazioni di Base sull'Estensione
Nome | IMDB (Unofficial) |
ID | jjklpjnbopcmdeleflmpcpjeleccgmlh |
URL Ufficiale | https://chromewebstore.google.com/detail/imdb-unofficial/jjklpjnbopcmdeleflmpcpjeleccgmlh |
Descrizione | This is a chrome extension which makes users to get info about a movie right in their browser(chrome) |
Dimensione del File | 105 KB |
Conteggio Installazioni | 89 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2020-02-09 |
Data di Pubblicazione | 2020-02-09 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | Sunny Jhunjhunwala |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sunnyjhunjhunwala.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IMDB (Unofficial)", "description": "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)", "version": "1.2.0", "permissions": [ "http:\/\/www.omdbapi.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "app\/imdb.html" }, "icons": { "19": "icon.png", "48": "icon-medium.png", "128": "icon-big.png" } } |