My Gaming Streams - Lol, Dota, CS and more

Check the status of your favorite gaming streamers from Azubu, Twitch and others channels

Τι είναι το My Gaming Streams - Lol, Dota, CS and more;

Το My Gaming Streams - Lol, Dota, CS and more είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mario Toledo, και η κύρια λειτουργία του είναι "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης My Gaming Streams - Lol, Dota, CS and more

Λήψη αρχείων επέκτασης My Gaming Streams - Lol, Dota, CS and more σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        It's pretty boring to keep checking if your favorite streammer is online, isn't it?
This extension helps gaming fans to track their favorites streamers from Twitch, Azubu and others stream services.

Don't lose plays from games like League of Legends, Dota and Counter Strike. Add streamers of your choice, and let us notify you when him/her be online.                    

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

Όνομα My Gaming Streams - Lol, Dota, CS and more My Gaming Streams - Lol, Dota, CS and more
ID apfnphjhbdcfdoidkeopblhdnnlfckff
Επίσημο URL https://chromewebstore.google.com/detail/my-gaming-streams-lol-dot/apfnphjhbdcfdoidkeopblhdnnlfckff
Περιγραφή Check the status of your favorite gaming streamers from Azubu, Twitch and others channels
Μέγεθος Αρχείου 579 KB
Αριθμός Εγκαταστάσεων 12
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2016-12-15
Ημερομηνία Δημοσίευσης 2016-12-15
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Mario Toledo
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/mariotoledo/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Gaming Streams - Lol, Dota, CS and more",
    "description": "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels",
    "version": "1.2.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "background"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}