Unicorn Apocalypse

Fill your screen with unicorns and rainbows every time you click. Prank your friends, or fancy up those boring webpages at work.

Unicorn Apocalypse क्या है?

Unicorn Apocalypse odbol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fill your screen with unicorns and rainbows every time you click. Prank your friends, or fancy up those boring webpages at work."।

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

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

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

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

                        This extension will fill your screen with unicorns and rainbows every time you click the webpage or play a MIDI note on your musical instrument. 

Prank your friends, or use it as a little pick-me-up to fancy up those boring webpages at work.

TO DISABLE: Go to Tools->Extensions, find "Unicorn Apocalypse" and uncheck "Enabled".

The unicorns don't appear until you click/play a note several times on a webpage. This makes it more of a surprise for whoever you're pranking!

Note: To trigger with a MIDI instrument requires you to enable MIDI support in Chrome. See the options screen for details.

Based on the Cornify!! Chrome Extension by Tim MacFarlane. 

Source: https://github.com/odbol/cornify_chrome                    

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

नाम Unicorn Apocalypse Unicorn Apocalypse
ID jgbeommbklbmegmcncgbnphkcbpibfma
आधिकारिक URL https://chrome.google.com/webstore/detail/unicorn-apocalypse/jgbeommbklbmegmcncgbnphkcbpibfma
विवरण Fill your screen with unicorns and rainbows every time you click. Prank your friends, or fancy up those boring webpages at work.
फ़ाइल का आकार 232 KB
स्थापना संख्या 448
वर्तमान संस्करण 1.11
अंतिम अपडेट 2014-01-06
प्रकाशन तिथि 2014-01-06
रेटिंग 1.87/5 कुल 177 रेटिंग्स
डेवलपर odbol
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.drumpants.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unicorn Apocalypse",
    "description": "Fill your screen with unicorns and rainbows every time you click. Prank your friends, or fancy up those boring webpages at work.",
    "version": "1.11",
    "manifest_version": 2,
    "icons": {
        "48": "cornify_48.png",
        "128": "cornify_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "midi.js",
                "cornify.js"
            ],
            "css": [
                "button_chooser.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "cornify.js",
        "midi.js",
        "button_chooser.js",
        "button_chooser.css",
        "lib\/jquery.js",
        "lib\/jQuery.DomOutline\/jquery.dom-outline-1.0.js",
        "lib\/backbone\/underscore.js",
        "lib\/backbone\/mustache.js",
        "sparkle.mp3"
    ]
}