MTG Prices by MTGGoldfish

Magic: the Gathering ONLINE and PAPER prices, and card images.

MTG Prices by MTGGoldfish क्या है?

MTG Prices by MTGGoldfish https://mtggoldfish.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Magic: the Gathering ONLINE and PAPER prices, and card images."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MTG Prices by MTGGoldfish एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automatically add Magic: the Gathering card images and prices popups to websites. This official MTGGoldfish extension gives you quick access to both ONLINE and PAPER prices from vendors such as Ebay, TCGPlayer, Amazon.com and Cardhoarder.

FEATURES

* Automatically add popups containing card images and ONLINE and PAPER prices
* Highlight decks and view on MTGGoldfish
* Highlight card names and search on MTGGoldfish
* Disable/Enable extension on certain pages and domains                    

एक्सटेंशन की मूल जानकारी

नाम MTG Prices by MTGGoldfish MTG Prices by MTGGoldfish
ID bneckalmjgjiocbgannjaffookadphna
आधिकारिक URL https://chromewebstore.google.com/detail/mtg-prices-by-mtggoldfish/bneckalmjgjiocbgannjaffookadphna
विवरण Magic: the Gathering ONLINE and PAPER prices, and card images.
फ़ाइल का आकार 218 KB
स्थापना संख्या 1,081
वर्तमान संस्करण 0.4.11
अंतिम अपडेट 2017-02-17
प्रकाशन तिथि 2017-02-17
रेटिंग 3.32/5 कुल 19 रेटिंग्स
डेवलपर https://mtggoldfish.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.mtggoldfish.com
गोपनीयता नीति पृष्ठ URL http://www.mtggoldfish.com/policies/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MTG Prices by MTGGoldfish",
    "short_name": "MTGGoldfish",
    "description": "Magic: the Gathering ONLINE and PAPER prices, and card images.",
    "version": "0.4.11",
    "web_accessible_resources": [
        "cdb.json"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "jquery.highlight.js",
                "jquery.hoverIntent.minified.js",
                "common.js",
                "content_script.js",
                "bootstrap.min.js"
            ],
            "css": [
                "bootstrap.min.css",
                "mtggoldfish.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "common.js",
            "background.js",
            "context_menu.js"
        ],
        "persistent": false
    }
}