Supernatural Countdown

Shows the countdown status for the upcoming episode of Supernatural

Τι είναι το Supernatural Countdown;

Το Supernatural Countdown είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://teamfreewill.net, και η κύρια λειτουργία του είναι "Shows the countdown status for the upcoming episode of Supernatural".

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

screenshot

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

Λήψη αρχείων επέκτασης Supernatural Countdown σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        More features coming soon...                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Supernatural Countdown Supernatural Countdown
ID mcnakfbmcipbgjechgecfccfhncfpikg
Επίσημο URL https://chrome.google.com/webstore/detail/supernatural-countdown/mcnakfbmcipbgjechgecfccfhncfpikg
Περιγραφή Shows the countdown status for the upcoming episode of Supernatural
Μέγεθος Αρχείου 421 KB
Αριθμός Εγκαταστάσεων 291
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2016-03-16
Ημερομηνία Δημοσίευσης 2016-03-16
Αξιολόγηση 4.59/5 Συνολικά 39 Αξιολογήσεις
Προγραμματιστής http://teamfreewill.net
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supernatural Countdown",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Shows the countdown status for the upcoming episode of Supernatural",
    "homepage_url": "http:\/\/countdown.teamfreewill.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Supernatural Countdown",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "cookies",
        "history",
        "tabs"
    ],
    "omnibox": {
        "keyword": "extensionizr"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/teamfreewill.net\/*",
                "https:\/\/widget.teamfreewill.net\/*"
            ],
            "css": [
                "src\/inject\/inject.css",
                "css\/countdown.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/teamfreewill.net\/*",
                "https:\/\/widget.teamfreewill.net\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}