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 là gì?

Unicorn Apocalypse là một tiện ích mở rộng Chrome được phát triển bởi odbol, và tính năng chính của nó là "Fill your screen with unicorns and rainbows every time you click. Prank your friends, or fancy up those boring webpages at work.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Unicorn Apocalypse

Tải xuống các tệp mở rộng Unicorn Apocalypse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unicorn Apocalypse Unicorn Apocalypse
ID jgbeommbklbmegmcncgbnphkcbpibfma
URL Chính Thức https://chrome.google.com/webstore/detail/unicorn-apocalypse/jgbeommbklbmegmcncgbnphkcbpibfma
Mô tả Fill your screen with unicorns and rainbows every time you click. Prank your friends, or fancy up those boring webpages at work.
Kích Thước Tệp 232 KB
Số Lần Cài Đặt 448
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2014-01-06
Ngày Phát Hành 2014-01-06
Đánh Giá 1.87/5 Tổng số 177 Đánh Giá
Nhà Phát Triển odbol
Loại Thanh Toán free
Trang Web Mở Rộng http://www.drumpants.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}