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
官方網址 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
電子郵箱 [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
}