College Decisions

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

Co to jest College Decisions?

College Decisions to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia College Decisions

Pobierz pliki rozszerzeń College Decisions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa College Decisions College Decisions
ID koipchhnopdbedfkafbdcagkpgjbimaj
Oficjalny URL https://chromewebstore.google.com/detail/college-decisions/koipchhnopdbedfkafbdcagkpgjbimaj
Opis Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…
Rozmiar pliku 6.56 KB
Liczba instalacji 65
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2018-03-13
Data Publikacji 2018-03-13
Ocena 4.86/5 Łącznie 7 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
    ]
}