Prank 'em

Play subtle pranks on unsuspecting victims

Τι είναι το Prank 'em;

Το Prank 'em είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aaron Barker, και η κύρια λειτουργία του είναι "Play subtle pranks on unsuspecting victims".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Prank 'em

Λήψη αρχείων επέκτασης Prank 'em σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This allows you to play harmless pranks on others. You select which pranks to apply and how often they should be applied.  Change things up any time you have access to their machine.

Other prank extensions are always on, so the pranks aren't very subtle.  This one allows you to adjust the frequency of each prank to make it as obvious or subtle as you like. Drive them crazy when they see a problem and refresh and don't see it again for a while.

We recommend installing on your own browser first and tweaking the settings to get a feel for how things act. Refresh the page you are on to see how things will work and what frequency you want to be use to be subtle or obvious.  Then install it on your victi.. err... friends browser and apply the settings you found to be appropriate.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Prank 'em Prank 'em
ID beahjohmjaedaamelbphgpmopcigcegh
Επίσημο URL https://chromewebstore.google.com/detail/prank-em/beahjohmjaedaamelbphgpmopcigcegh
Περιγραφή Play subtle pranks on unsuspecting victims
Μέγεθος Αρχείου 11 KB
Αριθμός Εγκαταστάσεων 10,020
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-11-27
Ημερομηνία Δημοσίευσης 2018-09-06
Αξιολόγηση 3.20/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής Aaron Barker
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prank 'em",
    "short_name": "Prank 'em",
    "description": "Play subtle pranks on unsuspecting victims",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Configure4"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/www.google.com\/*"
            ],
            "css": [
                "prankem.css"
            ],
            "js": [
                "prankem.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}