dLcompare - The gamer's price comparison tool

Instantly get the best prices for any game while surfing the web.

dLcompare - The gamer's price comparison tool là gì?

dLcompare - The gamer's price comparison tool là một tiện ích mở rộng Chrome được phát triển bởi dlcompare.apps, và tính năng chính của nó là "Instantly get the best prices for any game while surfing the web.".

Ả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 dLcompare - The gamer's price comparison tool

Tải xuống các tệp mở rộng dLcompare - The gamer's price comparison tool 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

                        The dLcompare extension offers you the best video game deals while you browse the web.

Looking for Red Dead Redemption on your favorite search engine? Watching the latest Battlefield trailer? Relaxing on Twitch while trying to discover new games?

dLcompare is here for you and it will provide the best prices available on the market for the games you love.                    

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

Tên dLcompare - The gamer's price comparison tool dLcompare - The gamer's price comparison tool
ID bdmbdemclleffkpgfamlhheioepbfbgd
URL Chính Thức https://chromewebstore.google.com/detail/dlcompare-the-gamers-pric/bdmbdemclleffkpgfamlhheioepbfbgd
Mô tả Instantly get the best prices for any game while surfing the web.
Kích Thước Tệp 419 KB
Số Lần Cài Đặt 1,392
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2024-01-12
Ngày Phát Hành 2021-07-03
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển dlcompare.apps
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dlcompare.com/
URL Trang Trợ Giúp https://www.dlcompare.com/contact
URL Trang Chính Sách Bảo Mật https://www.dlcompare.com/informations
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pl,pt-PT
manifest.json
{
    "version": "0.5.0",
    "homepage_url": "https:\/\/www.dlcompare.com\/",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "action": {
        "default_icon": {
            "48": "images\/launcher-icon-1x.png",
            "96": "images\/launcher-icon-2x.png",
            "192": "images\/launcher-icon-4x.png",
            "512": "images\/launcher-icon-8x.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "images\/launcher-icon-1x.png",
        "96": "images\/launcher-icon-2x.png",
        "192": "images\/launcher-icon-4x.png",
        "512": "images\/launcher-icon-8x.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "css": [
                "content\/styles.css"
            ],
            "js": [
                "parameters.js",
                "vendor\/jquery.js",
                "vendor\/jquery-ui.js",
                "content\/shop.js",
                "website\/amazon.js",
                "website\/baidu.js",
                "website\/dlcompare.js",
                "website\/g2a.js",
                "website\/gamekult.js",
                "website\/gamespot.js",
                "website\/google.js",
                "website\/hrk.js",
                "website\/jeuxvideo.js",
                "website\/origin.js",
                "website\/qwant.js",
                "website\/steam.js",
                "website\/twitch.js",
                "website\/yandex.js",
                "website\/youtube.js",
                "website\/other.js",
                "content\/main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.dlcompare.com\/*",
        "https:\/\/www.dlcompare.co.uk\/*",
        "https:\/\/www.dlcompare.fr\/*",
        "https:\/\/www.dlcompare.de\/*",
        "https:\/\/www.dlcompare.es\/*",
        "https:\/\/www.dlcompare.pt\/*",
        "https:\/\/www.dlcompare.it\/*",
        "https:\/\/www.dlcompare.ru\/*",
        "https:\/\/www.dlcompare.se\/*",
        "https:\/\/www.dlcompare.pl\/*",
        "https:\/\/www.dlcompare.nl\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "images\/*.png",
                "content\/*.css"
            ]
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3
}