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