IsIs to Tusken Raiders

This extension changes the IsIs to Tusken Raiders on the current page

O que é IsIs to Tusken Raiders?

IsIs to Tusken Raiders é uma extensão do Chrome desenvolvida por jessehmcdonald, e sua principal característica é "This extension changes the IsIs to Tusken Raiders on the current page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IsIs to Tusken Raiders

Baixe arquivos de extensão IsIs to Tusken Raiders 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

                        Tired of hearing about IsIs? Me too! This extension will spice things up a bit!                    

Informações Básicas da Extensão

Nome IsIs to Tusken Raiders IsIs to Tusken Raiders
ID pikjamffbldfgmeehclbpgcnegkcknen
URL Oficial https://chrome.google.com/webstore/detail/isis-to-tusken-raiders/pikjamffbldfgmeehclbpgcnegkcknen
Descrição This extension changes the IsIs to Tusken Raiders on the current page
Tamanho do Arquivo 3.94 KB
Contagem de Instalações 14
Versão Atual 1.0
Última Atualização 2015-12-19
Data de Publicação 2015-12-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor jessehmcdonald
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IsIs to Tusken Raiders",
    "description": "This extension changes the IsIs to Tusken Raiders on the current page",
    "version": "1.0",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}