CollegeConfetti

Admission Letter Stress Be Gone!

CollegeConfettiคืออะไร?

CollegeConfetti เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bananiumlabs.com และคุณลักษณะหลักของมันคือ "Admission Letter Stress Be Gone!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CollegeConfetti

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}