CollegeConfetti

Admission Letter Stress Be Gone!

CollegeConfettiとは何ですか?

CollegeConfettiはhttps://bananiumlabs.comによって開発されたChromeの拡張機能で、その主な機能は「Admission Letter Stress Be Gone!」です。

拡張機能のスクリーンショット

screenshot
screenshot

CollegeConfetti拡張機能のCRXファイルをダウンロード

CollegeConfetti拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever been frustrated with having to nervously read through your admission letter just to find out you were rejected? How about the lack of gratification when no confetti appears?! Worry no more! Introducing... ADMISSION_CONFETTI.crx! This chrome extension will scan any webpages you visit ending in .edu for the word 'Congratuations' even if they are in an iframe. If it does detect any traces of flour-based commodity, such as bread, you will be introduced to an infinite flow of confetti. What can get better than that?!

Changelog:
1.0.1 - Hide canvas when no confetti is available
1.0.2 - FULL SCREEN CONFETTI!!!

Full source code is available here: https://github.com/EnumC/CollegeConfetti                    

拡張機能の基本情報

名前 CollegeConfetti CollegeConfetti
ID jdhoaebmpnhhpgokednpeoaohmimflee
公式URL https://chromewebstore.google.com/detail/collegeconfetti/jdhoaebmpnhhpgokednpeoaohmimflee
説明 Admission Letter Stress Be Gone!
ファイルサイズ 42.94 KB
インストール数 159
現在のバージョン 1.0.2
最終更新日 2021-02-25
公開日 2019-03-27
評価 5.00/5 合計 5 レビュー
開発者 https://bananiumlabs.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://enumc.com
ヘルプページのURL https://enumc.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CollegeConfetti",
    "description": "Admission Letter Stress Be Gone!",
    "version": "1.0.2",
    "icons": {
        "128": "128.png",
        "48": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.edu\/*",
                "https:\/\/*.edu\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*.edu\/*",
        "https:\/\/*.edu\/*"
    ],
    "author": "Eric Qian",
    "homepage_url": "https:\/\/bananiumlabs.com",
    "manifest_version": 2
}