College Decisions

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

Wat is College Decisions?

College Decisions is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie College Decisions

Download College Decisions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam College Decisions College Decisions
ID koipchhnopdbedfkafbdcagkpgjbimaj
Officiële URL https://chromewebstore.google.com/detail/college-decisions/koipchhnopdbedfkafbdcagkpgjbimaj
Beschrijving Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…
Bestandsgrootte 6.56 KB
Aantal Installaties 65
Huidige Versie 0.3
Laatst Bijgewerkt 2018-03-13
Publicatiedatum 2018-03-13
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    ]
}