Prank 'em

Play subtle pranks on unsuspecting victims

Prank 'em क्या है?

Prank 'em Aaron Barker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play subtle pranks on unsuspecting victims"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prank 'em एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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