Better Cardmarket (MTG) unofficial

optimizing function and design of cardmarket.com

Better Cardmarket (MTG) unofficial là gì?

Better Cardmarket (MTG) unofficial là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "optimizing function and design of cardmarket.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Cardmarket (MTG) unofficial

Tải xuống các tệp mở rộng Better Cardmarket (MTG) unofficial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Cardmarket (MTG) unofficial Better Cardmarket (MTG) unofficial
ID fplghokcfgbdedalpmbmjlafpagclbef
URL Chính Thức https://chromewebstore.google.com/detail/better-cardmarket-mtg-uno/fplghokcfgbdedalpmbmjlafpagclbef
Mô tả optimizing function and design of cardmarket.com
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2018-03-15
Ngày Phát Hành 2018-03-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}