Troll Redirect

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

什麼是Troll Redirect?

Troll Redirect是由Aaron Lockhart開發的Chrome擴展程式,該擴展的主要功能是“Redirect all of your friend's webpages automatically by installing this on their computer!”。

擴展截圖

screenshot

下載Troll Redirect擴展crx文件

下載Troll Redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
官方網址 https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
簡介 Redirect all of your friend's webpages automatically by installing this on their computer!
檔案大小 949 KB
安裝次數 192
目前版本 1.0
更新時間 2018-12-06
上架時間 2018-12-02
評分 4.75/5 共 4 次評分
開發者 Aaron Lockhart
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}