Hearthstone Cards & Twitch.tv Streams

This add-on lists all Hearthstone cards and Twitch streams. It's useful to look up cards while watching a stream or reading a guide.

Τι είναι το Hearthstone Cards & Twitch.tv Streams;

Το Hearthstone Cards & Twitch.tv Streams είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Szabolcs Ferenczi, και η κύρια λειτουργία του είναι "This add-on lists all Hearthstone cards and Twitch streams. It's useful to look up cards while watching a stream or reading a guide.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hearthstone Cards & Twitch.tv Streams

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

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

                        The add-on shows:
- All live Hearthstone streams on Twitch.tv
- Card properties (mana cost, attack, health)
- Detailed card description
- Arena Tier List (by Trump)
- Image tooltip of the card if you hover over its name
- By clicking on the card's name it brings you to the www.wowhead.com website for a more detailed card information page

You can filter the lists so it's easy to find:
- Your favourite Twitch.tv streams
- Cards names
- Class specific cards (Mage, Priest, Shaman, etc.) 
- Effects (Taunt, Charge, etc.)
- Card quality (Free, Common, Rare, Epic, Legendary)


Version history:

Version 2.6
- The Grand Tournament cards added
- Blackrock Mountain cards added (sorry for the delay)

Version 2.5
- Goblins vs Gnomes cards added
- Arena Tier List added for Druid, Mage, Rogue cards (by Trump)

Version 2.1
- Arena Tier List added for Epic and Legendary cards (by Trump)

Version 2.0
- Twitch.tv streams added

Version 1.5
- Arena Tier List added for Rare cards (by Trump)

Version 1.4
- +110 non collectable cards added (examples: Ysera's Dream Cards, Bananas, Imp, etc)
- Sort by card quality (Free, Common, Rare, Epic, Legendary)
- Filter field is now permanently attached to the top

Version 1.3
- Arena Tier List added for Neutral Common cards (by Trump)

Version 1.2
- Icon added
- Name changed: Hearthstoned -> Hearthstone Cards

Version 1.1
- Table sorting added                    

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

Όνομα Hearthstone Cards & Twitch.tv Streams Hearthstone Cards & Twitch.tv Streams
ID gjbpfabfljodlpijbfklfmjagdfbppgf
Επίσημο URL https://chrome.google.com/webstore/detail/hearthstone-cards-twitcht/gjbpfabfljodlpijbfklfmjagdfbppgf
Περιγραφή This add-on lists all Hearthstone cards and Twitch streams. It's useful to look up cards while watching a stream or reading a guide.
Μέγεθος Αρχείου 451 KB
Αριθμός Εγκαταστάσεων 287
Τρέχουσα Έκδοση 2.6
Τελευταία Ενημέρωση 2015-08-20
Ημερομηνία Δημοσίευσης 2015-08-20
Αξιολόγηση 4.66/5 Συνολικά 29 Αξιολογήσεις
Προγραμματιστής Szabolcs Ferenczi
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hearthstone Cards & Twitch.tv Streams",
    "manifest_version": 2,
    "description": "This add-on lists all Hearthstone cards and Twitch streams. It's useful to look up cards while watching a stream or reading a guide.",
    "version": "2.6",
    "author": "Szabolcs Ferenczi",
    "short_name": "Hearthstone Cards and Streams",
    "browser_action": {
        "default_icon": "images\/HS-19.png",
        "default_popup": "cards.html",
        "default_title": "HearthStone Cards"
    },
    "icons": {
        "16": "images\/HS-19.png",
        "48": "images\/HS-48.png",
        "64": "images\/HS-64.png",
        "128": "images\/HS-128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/www.hearthhead.com\/",
        "https:\/\/www.wowhead.com\/",
        "https:\/\/wow.zamimg.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.hearthhead.com https:\/\/www.wowhead.com https:\/\/wow.zamimg.com; object-src 'self'"
}