Better Cardmarket (MTG) unofficial
optimizing function and design of cardmarket.com
Better Cardmarket (MTG) unofficial क्या है?
Better Cardmarket (MTG) unofficial Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "optimizing function and design of cardmarket.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Cardmarket (MTG) unofficial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A unofficial browser extensions for optimizing design and functions of cardmarket.com Features: - added small preview images to cardmarket - added a button to magiccards.info to search for cardmarket prices Please help improving this addon and contribute at github: https://github.com/newsfusion/better-cardmarket
एक्सटेंशन की मूल जानकारी
नाम | Better Cardmarket (MTG) unofficial |
ID | fplghokcfgbdedalpmbmjlafpagclbef |
आधिकारिक URL | https://chromewebstore.google.com/detail/better-cardmarket-mtg-uno/fplghokcfgbdedalpmbmjlafpagclbef |
विवरण | optimizing function and design of cardmarket.com |
फ़ाइल का आकार | 116 KB |
स्थापना संख्या | 55 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2018-03-15 |
प्रकाशन तिथि | 2018-03-15 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Cardmarket (MTG) unofficial", "version": "0.0.3", "manifest_version": 2, "description": "optimizing function and design of cardmarket.com", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.cardmarket.com\/*", "https:\/\/magiccards.info\/*" ], "js": [ "scripts\/lib\/jquery-3.3.1.min.js", "scripts\/cardmarket.js" ], "css": [ "styles\/cardmarket.css" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/magiccards.info\/*" ], "js": [ "scripts\/lib\/jquery-3.3.1.min.js", "scripts\/magiccardsinfo.js" ], "css": [ "styles\/magiccardsinfo.css" ], "run_at": "document_end", "all_frames": false } ] } |