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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Enable this extension right before you click on your college decision notifications. Plays "Congratulations" by Post Malone if you…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης College Decisions

Λήψη αρχείων επέκτασης 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"
    ]
}