Awesome Prank Extension

A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.

Awesome Prank Extension क्या है?

Awesome Prank Extension Aaron Becker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page."।

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

screenshot

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

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

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

                        Fun for both your friends and you! Just click the icon, and buttons will appear on the page. Click buttons for the pranks that you want. Thank you so much for installing, and have lots of fun!

Version 2.7.2 update: 3 more pranks, including a timed reload of page, hidden cursor, and scroll to bottom forever. Also some bug fixes and general improvements. Enjoy!

There is a Halloween update coming soon, stay tuned for that :)                    

एक्सटेंशन की मूल जानकारी

नाम Awesome Prank Extension Awesome Prank Extension
ID bchkhnbplmkjjiapponpbkhgafdfhnen
आधिकारिक URL https://chrome.google.com/webstore/detail/awesome-prank-extension/bchkhnbplmkjjiapponpbkhgafdfhnen
विवरण A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.
फ़ाइल का आकार 84 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 2.7.2
अंतिम अपडेट 2016-10-21
प्रकाशन तिथि 2016-10-21
रेटिंग 4.13/5 कुल 16 रेटिंग्स
डेवलपर Aaron Becker
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Prank Extension",
    "manifest_version": 2,
    "version": "2.7.2",
    "author": "Aaron Becker",
    "icons": {
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "images\/bieber.jpg"
    ],
    "description": "A bunch of awesome pranks for your family and friends. Includes 18 fun, simple pranks! Click icon to put pranks into page.",
    "browser_action": {
        "default_title": "Put prank script into page",
        "default_icon": {
            "128": "images\/icon.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "offline_enabled": true,
    "homepage_url": "http:\/\/localhost:8888",
    "short_name": "AwesomePranks"
}