Troll Redirect

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

Vad är Troll Redirect?

Troll Redirect är en Chrome-tillägg utvecklad av Aaron Lockhart, och dess huvudfunktion är "Redirect all of your friend's webpages automatically by installing this on their computer!".

Tilläggsskärmbilder

screenshot

Ladda ner Troll Redirect-förlängningens CRX-fil

Ladda ner Troll Redirect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
Officiell webbadress https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
Beskrivning Redirect all of your friend's webpages automatically by installing this on their computer!
Filstorlek 949 KB
Antal Installationer 192
Aktuell Version 1.0
Senast Uppdaterad 2018-12-06
Publiceringsdatum 2018-12-02
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Aaron Lockhart
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}