Netflix Rating
View IMDB and Rotten Tomatoes scores inside Netflix!
O que é Netflix Rating?
Netflix Rating é uma extensão do Chrome desenvolvida por Maya Benjamin, e sua principal característica é "View IMDB and Rotten Tomatoes scores inside Netflix!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix Rating
Baixe arquivos de extensão Netflix Rating 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
View Imdb and Rotten Tomatoes scores of movies and series directly in Netflix! Simple and easy to use. Version 2.0: * Can now view Rotten Tomatoes scores! * Added menu to choose which scores to view. Version 1.1: * Added support for gallery view. * Added support for search.
Informações Básicas da Extensão
Nome | Netflix Rating |
ID | bcmbdiempfifibcoenpgmdcmaacdiocj |
URL Oficial | https://chromewebstore.google.com/detail/netflix-rating/bcmbdiempfifibcoenpgmdcmaacdiocj |
Descrição | View IMDB and Rotten Tomatoes scores inside Netflix! |
Tamanho do Arquivo | 20.55 KB |
Contagem de Instalações | 259 |
Versão Atual | 2.0.6 |
Última Atualização | 2022-03-05 |
Data de Publicação | 2020-05-02 |
Classificação | 3.67/5 Total de 6 Avaliações |
Desenvolvedor | Maya Benjamin |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Rating", "version": "2.0.6", "description": "View IMDB and Rotten Tomatoes scores inside Netflix!", "permissions": [ "*:\/\/*.netflix.com\/browse", "storage" ], "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/browse\/*" ], "js": [ "NetflixRating.js" ] } ], "web_accessible_resources": [ "images\/*.png" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |