College Decisions

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

¿Qué es College Decisions?

College Decisions es una extensión de Chrome desarrollada por Unknown, y su función principal es "Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión College Decisions

Descarga archivos de extensión College Decisions en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre College Decisions College Decisions
ID koipchhnopdbedfkafbdcagkpgjbimaj
URL Oficial https://chromewebstore.google.com/detail/college-decisions/koipchhnopdbedfkafbdcagkpgjbimaj
Descripción Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…
Tamaño del Archivo 6.56 KB
Cantidad de Instalaciones 65
Versión Actual 0.3
Última Actualización 2018-03-13
Fecha de Publicación 2018-03-13
Calificación 4.86/5 Total de 7 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
    ]
}