Troll Redirect

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

Co to jest Troll Redirect?

Troll Redirect to rozszerzenie Chrome opracowane przez Aaron Lockhart, a jego główną funkcją jest „Redirect all of your friend's webpages automatically by installing this on their computer!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Troll Redirect

Pobierz pliki rozszerzeń Troll Redirect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
Oficjalny URL https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
Opis Redirect all of your friend's webpages automatically by installing this on their computer!
Rozmiar pliku 949 KB
Liczba instalacji 192
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-12-06
Data Publikacji 2018-12-02
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Aaron Lockhart
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}