College Decisions

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

O que é College Decisions?

College Decisions é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão College Decisions

Baixe arquivos de extensão College Decisions no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome College Decisions College Decisions
ID koipchhnopdbedfkafbdcagkpgjbimaj
URL Oficial https://chromewebstore.google.com/detail/college-decisions/koipchhnopdbedfkafbdcagkpgjbimaj
Descrição Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…
Tamanho do Arquivo 6.56 KB
Contagem de Instalações 65
Versão Atual 0.3
Última Atualização 2018-03-13
Data de Publicação 2018-03-13
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}