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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…”。

擴展截圖

screenshot
screenshot

下載College Decisions擴展crx文件

下載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
官方網址 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"
    ]
}