Troll Redirect

Redirect all of your friend's webpages automatically by installing this on their computer!

O que é Troll Redirect?

Troll Redirect é uma extensão do Chrome desenvolvida por Aaron Lockhart, e sua principal característica é "Redirect all of your friend's webpages automatically by installing this on their computer!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Troll Redirect

Baixe arquivos de extensão Troll Redirect 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

                        Troll and prank your friends with this automatically redirecting app! Upon installing it on your target's computer, click the icon and specify the website to which all requests will be redirected. This is guaranteed to frustrate and annoy your target immensely. Then hide the icon in the chrome menu and sit back while your target gets increasingly angry.                    

Informações Básicas da Extensão

Nome Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
URL Oficial https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
Descrição Redirect all of your friend's webpages automatically by installing this on their computer!
Tamanho do Arquivo 949 KB
Contagem de Instalações 192
Versão Atual 1.0
Última Atualização 2018-12-06
Data de Publicação 2018-12-02
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Aaron Lockhart
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Troll Redirect",
    "version": "1.0",
    "description": "Redirect all of your friend's webpages automatically by installing this on their computer!",
    "manifest_version": 2,
    "author": "Aaron Lockhart",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/src\/troll.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "\/src\/popup.html"
    }
}