College Decisions

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

Что такое College Decisions?

College Decisions - это расширение Chrome, разработанное Unknown, и его основная функция - "Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения College Decisions

Скачайте файлы расширений College Decisions в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название College Decisions College Decisions
ID koipchhnopdbedfkafbdcagkpgjbimaj
Официальный URL https://chromewebstore.google.com/detail/college-decisions/koipchhnopdbedfkafbdcagkpgjbimaj
Описание Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…
Размер файла 6.56 KB
Количество установок 65
Текущая Версия 0.3
Последнее Обновление 2018-03-13
Дата публикации 2018-03-13
Рейтинг 4.86/5 Всего 7 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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"
    ]
}