Better Cardmarket (MTG) unofficial

optimizing function and design of cardmarket.com

Better Cardmarket (MTG) unofficialคืออะไร?

Better Cardmarket (MTG) unofficial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "optimizing function and design of cardmarket.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Cardmarket (MTG) unofficial

ดาวน์โหลดไฟล์ส่วนขยาย Better Cardmarket (MTG) unofficial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
        }
    ]
}