Twitch Notifications

Notifies you when one of the streamers you are following starts streaming.

Τι είναι το Twitch Notifications;

Το Twitch Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mickelus, και η κύρια λειτουργία του είναι "Notifies you when one of the streamers you are following starts streaming.".

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

screenshot
screenshot

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

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

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

                        All that you need to do to get started is to put your twitch username in the username field on the options page. A link to the option page can be found under "Tools" > "Extensions" > "Twitch notifications".

Clicking a notification will open the stream in a new tab.

The source is on github: https://github.com/mickelus/twitchNotifications.
Feel free to submit bug reports, feature requests or pull requests.                    

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

Όνομα Twitch Notifications Twitch Notifications
ID inkakioanfdnbbikoenlmmpaomnangkh
Επίσημο URL https://chromewebstore.google.com/detail/twitch-notifications/inkakioanfdnbbikoenlmmpaomnangkh
Περιγραφή Notifies you when one of the streamers you are following starts streaming.
Μέγεθος Αρχείου 38.46 KB
Αριθμός Εγκαταστάσεων 211
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2016-02-10
Ημερομηνία Δημοσίευσης 2016-02-10
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής mickelus
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "content_security_policy": "image-src 'self' *:\/\/static-cdn.jtvnw.net\/*; object-src 'self'; script-src 'self'",
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "cookies",
        "*:\/\/api.twitch.tv\/*",
        "*:\/\/static-cdn.jtvnw.net\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}