Troll Redirect

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

Was ist Troll Redirect?

Troll Redirect ist eine Chrome-Erweiterung, die von Aaron Lockhart entwickelt wurde, und ihr Hauptmerkmal ist "Redirect all of your friend's webpages automatically by installing this on their computer!".

Erweiterungsscreenshots

screenshot

Troll Redirect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Troll Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
Offizielle URL https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
Beschreibung Redirect all of your friend's webpages automatically by installing this on their computer!
Dateigröße 949 KB
Installationsanzahl 192
Aktuelle Version 1.0
Letztes Update 2018-12-06
Veröffentlichungsdatum 2018-12-02
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler Aaron Lockhart
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}