CollegeConfetti

Admission Letter Stress Be Gone!

Cos'è CollegeConfetti?

CollegeConfetti è un'estensione di Chrome sviluppata da https://bananiumlabs.com, e la sua funzione principale è "Admission Letter Stress Be Gone!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione CollegeConfetti

Scarica i file di estensione CollegeConfetti in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CollegeConfetti CollegeConfetti
ID jdhoaebmpnhhpgokednpeoaohmimflee
URL Ufficiale https://chromewebstore.google.com/detail/collegeconfetti/jdhoaebmpnhhpgokednpeoaohmimflee
Descrizione Admission Letter Stress Be Gone!
Dimensione del File 42.94 KB
Conteggio Installazioni 159
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-02-25
Data di Pubblicazione 2019-03-27
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://bananiumlabs.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://enumc.com
URL della Pagina di Aiuto https://enumc.com
Lingue Supportate 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
}