College Decisions

Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…

Cos'è College Decisions?

College Decisions è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione College Decisions

Scarica i file di estensione College Decisions 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

                        Enable this extension right before you click on your college decision notifications.

Plays "Congratulations" by Post Malone if you are accepted.

Plays "Fix You" by Coldplay if you are rejected.

Also opens up a stock image based on the decision (see screenshots for more info).

Click the extension icon for an option to toggle on or off the script.

**************************************************************************

HOW IT WORKS:

Reads the HTML of the page for certain keywords (e.g. "Congratulations") and runs a script based on what is likely a rejection/acceptance letter.                    

Informazioni di Base sull'Estensione

Nome College Decisions College Decisions
ID koipchhnopdbedfkafbdcagkpgjbimaj
URL Ufficiale https://chromewebstore.google.com/detail/college-decisions/koipchhnopdbedfkafbdcagkpgjbimaj
Descrizione Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…
Dimensione del File 6.56 KB
Conteggio Installazioni 65
Versione Corrente 0.3
Ultimo Aggiornamento 2018-03-13
Data di Pubblicazione 2018-03-13
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "College Decisions",
    "version": "0.3",
    "icons": {
        "128": "student-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "web_accessible_resources": [
                "sauce.mp3"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}