Twitch Notify

Sends an alert when a followed channel goes live

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

Το Twitch Notify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rubbix³, και η κύρια λειτουργία του είναι "Sends an alert when a followed channel goes live".

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

screenshot

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

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

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

                        Get notified when a streamer you follow goes live!

Enter your Twitch username and get Chrome notifications when a streamer goes live, the popup page allows you to change your username and see how's live at a glance.

Please note that the 'Currently live...' system updates every minute. So at most, it may be off by a minute.

=== CHANGELOG ===
Version 0.9.3 >
* Increased limit of live channels from 25 to 100 (If you have more than 100 channels live at once, *applause* Send in a ticket on the 'Support' tab of the webstore for the extension)
* Added the option to disable desktop notifications, helpful when you follow a lot of people and don't want to be bugged often


Version 0.9.2.1 >
* Fixed CSS reference


Version 0.9.2 >
* Support for more than 100 followers
* Interface change in the popup page


Version 0.8 >
* Base program                    

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

Όνομα Twitch Notify Twitch Notify
ID ogkhhjgflbdhlchaffaljahbjjdadhml
Επίσημο URL https://chrome.google.com/webstore/detail/twitch-notify/ogkhhjgflbdhlchaffaljahbjjdadhml
Περιγραφή Sends an alert when a followed channel goes live
Μέγεθος Αρχείου 45.34 KB
Αριθμός Εγκαταστάσεων 209
Τρέχουσα Έκδοση 0.9.3
Τελευταία Ενημέρωση 2016-02-08
Ημερομηνία Δημοσίευσης 2016-02-08
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Rubbix³
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Notify",
    "version": "0.9.3",
    "description": "Sends an alert when a followed channel goes live",
    "icons": {
        "16": "Notify16.png",
        "48": "Notify48.png",
        "128": "Notify128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/static-cdn.jtvnw.net\/*"
    ]
}