Rotten Search

Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV

O que é Rotten Search?

Rotten Search é uma extensão do Chrome desenvolvida por Ekaterina, e sua principal característica é "Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rotten Search

Baixe arquivos de extensão Rotten Search 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

                        Right-click on any film and find the reviews with RottenTomatoes.
http://www.rottentomatoes.com/                    

Informações Básicas da Extensão

Nome Rotten Search Rotten Search
ID mlhoekgbmiaefmhamlpeccjogpamfbbm
URL Oficial https://chromewebstore.google.com/detail/rotten-search/mlhoekgbmiaefmhamlpeccjogpamfbbm
Descrição Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV
Tamanho do Arquivo 29.04 KB
Contagem de Instalações 212
Versão Atual 0.0.2
Última Atualização 2015-08-25
Data de Publicação 2015-08-25
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor Ekaterina
Tipo de Pagamento free
Site da Extensão http://xtwentyonex.ru
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rotten Search",
    "description": "Rotten Tomatoes, home of the Tomatometer, is the most trusted measurement of quality for Movies & TV",
    "version": "0.0.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "manifest_version": 2
}