TomatoFlix
Add RottenTomatoes ratings to Netflix
O que é TomatoFlix?
TomatoFlix é uma extensão do Chrome desenvolvida por http://heatherrivers.com, e sua principal característica é "Add RottenTomatoes ratings to Netflix".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TomatoFlix
Baixe arquivos de extensão TomatoFlix 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 shows movie ratings from RottenTomatoes while you're browsing Netflix.
Informações Básicas da Extensão
Nome | |
ID | bpjkabpnbmoglmhodpjlmllmifdbeknj |
URL Oficial | https://chrome.google.com/webstore/detail/tomatoflix/bpjkabpnbmoglmhodpjlmllmifdbeknj |
Descrição | Add RottenTomatoes ratings to Netflix |
Tamanho do Arquivo | 83.15 KB |
Contagem de Instalações | 107 |
Versão Atual | 2.1.2 |
Última Atualização | 2014-09-28 |
Data de Publicação | 2014-09-28 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | http://heatherrivers.com |
Tipo de Pagamento | free |
Site da Extensão | http://heatherrivers.com/projects/tomatoflix |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TomatoFlix", "version": "2.1.2", "description": "Add RottenTomatoes ratings to Netflix", "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "tabs", "*:\/\/*.netflix.com\/*", "*:\/\/api.rottentomatoes.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "jquery-1.7.1.min.js", "mustache.js", "tomatoflix-compiled.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ "content.css", "img\/external.png", "img\/poster-default-30.png", "img\/rating-certified-fresh-16.png", "img\/rating-fresh-16.png", "img\/rating-rotten-16.png", "img\/rating-upright-16.png", "img\/rating-spilled-16.png" ], "manifest_version": 2 } |