College Decisions

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

College Decisions là gì?

College Decisions là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng College Decisions

Tải xuống các tệp mở rộng College Decisions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên College Decisions College Decisions
ID koipchhnopdbedfkafbdcagkpgjbimaj
URL Chính Thức https://chromewebstore.google.com/detail/college-decisions/koipchhnopdbedfkafbdcagkpgjbimaj
Mô tả Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…
Kích Thước Tệp 6.56 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-03-13
Ngày Phát Hành 2018-03-13
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}