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
公式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"
    ]
}