College Decisions

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

Apa itu College Decisions?

College Decisions adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi College Decisions

Unduh file ekstensi College Decisions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama College Decisions College Decisions
ID koipchhnopdbedfkafbdcagkpgjbimaj
URL Resmi https://chromewebstore.google.com/detail/college-decisions/koipchhnopdbedfkafbdcagkpgjbimaj
Deskripsi Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…
Ukuran File 6.56 KB
Jumlah Instalasi 65
Versi Saat Ini 0.3
Terakhir Diperbarui 2018-03-13
Tanggal Publikasi 2018-03-13
Penilaian 4.86/5 Total 7 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}