College Decisions

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

Was ist College Decisions?

College Decisions ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…".

Erweiterungsscreenshots

screenshot
screenshot

College Decisions-Erweiterungs-CRX-Datei herunterladen

Laden Sie College Decisions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name College Decisions College Decisions
ID koipchhnopdbedfkafbdcagkpgjbimaj
Offizielle URL https://chromewebstore.google.com/detail/college-decisions/koipchhnopdbedfkafbdcagkpgjbimaj
Beschreibung Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…
Dateigröße 6.56 KB
Installationsanzahl 65
Aktuelle Version 0.3
Letztes Update 2018-03-13
Veröffentlichungsdatum 2018-03-13
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}