Netflix IMDb Ratings
Adds the IMDb rating to Netflix show cards
O que é Netflix IMDb Ratings?
Netflix IMDb Ratings é uma extensão do Chrome desenvolvida por kanslulz, e sua principal característica é "Adds the IMDb rating to Netflix show cards".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix IMDb Ratings
Baixe arquivos de extensão Netflix IMDb Ratings 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 extension adds a bubble with the IMDb rating when you hover over a card on Netflix. It looks native and links to the IMDb description page.
Informações Básicas da Extensão
Nome | Netflix IMDb Ratings |
ID | flbaobpeildpkibhejhbapoleckbjkih |
URL Oficial | https://chromewebstore.google.com/detail/netflix-imdb-ratings/flbaobpeildpkibhejhbapoleckbjkih |
Descrição | Adds the IMDb rating to Netflix show cards |
Tamanho do Arquivo | 6.33 KB |
Contagem de Instalações | 71 |
Versão Atual | 1.1 |
Última Atualização | 2017-04-09 |
Data de Publicação | 2017-04-09 |
Classificação | 2.22/5 Total de 9 Avaliações |
Desenvolvedor | kanslulz |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix IMDb Ratings", "description": "Adds the IMDb rating to Netflix show cards", "version": "1.1", "browser_action": { "default_icon": "logo.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.com\/*" ], "js": [ "page_observer.js", "rating_utils.js" ] } ] } |