IMDB (Unofficial)
This is a chrome extension which makes users to get info about a movie right in their browser(chrome)
O que é IMDB (Unofficial)?
IMDB (Unofficial) é uma extensão do Chrome desenvolvida por Sunny Jhunjhunwala, e sua principal característica é "This is a chrome extension which makes users to get info about a movie right in their browser(chrome)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão IMDB (Unofficial)
Baixe arquivos de extensão IMDB (Unofficial) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | IMDB (Unofficial) |
ID | jjklpjnbopcmdeleflmpcpjeleccgmlh |
URL Oficial | https://chromewebstore.google.com/detail/imdb-unofficial/jjklpjnbopcmdeleflmpcpjeleccgmlh |
Descrição | This is a chrome extension which makes users to get info about a movie right in their browser(chrome) |
Tamanho do Arquivo | 105 KB |
Contagem de Instalações | 89 |
Versão Atual | 1.2.0 |
Última Atualização | 2020-02-09 |
Data de Publicação | 2020-02-09 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | Sunny Jhunjhunwala |
Tipo de Pagamento | free |
Site da Extensão | https://sunnyjhunjhunwala.com/ |
Idiomas Suportados | 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" } } |