Image rotator

One of the less useful extensions out there.

O que é Image rotator?

Image rotator é uma extensão do Chrome desenvolvida por FH, e sua principal característica é "One of the less useful extensions out there.".

Baixar o arquivo CRX da Extensão Image rotator

Baixe arquivos de extensão Image rotator 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

                        Does what the title says it does.                    

Informações Básicas da Extensão

Nome Image rotator Image rotator
ID amplighgcpifjbdglmkhhcafffaafpoc
URL Oficial https://chrome.google.com/webstore/detail/image-rotator/amplighgcpifjbdglmkhhcafffaafpoc
Descrição One of the less useful extensions out there.
Tamanho do Arquivo 3.86 KB
Contagem de Instalações 10
Versão Atual 1.0
Última Atualização 2013-12-15
Data de Publicação 2013-12-15
Classificação 1.00/5 Total de 3 Avaliações
Desenvolvedor FH
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image rotator",
    "description": "One of the less useful extensions out there.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}