Troll Redirect

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

Apa itu Troll Redirect?

Troll Redirect adalah ekstensi Chrome yang dikembangkan oleh Aaron Lockhart, dan fitur utamanya adalah "Redirect all of your friend's webpages automatically by installing this on their computer!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Troll Redirect

Unduh file ekstensi Troll Redirect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
URL Resmi https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
Deskripsi Redirect all of your friend's webpages automatically by installing this on their computer!
Ukuran File 949 KB
Jumlah Instalasi 192
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-12-06
Tanggal Publikasi 2018-12-02
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Aaron Lockhart
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}