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란 무엇입니까?

dLcompare - The gamer's price comparison tool은(는) dlcompare.apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly get the best prices for any game while surfing the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

dLcompare - The gamer's price comparison tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 dLcompare - The gamer's price comparison tool dLcompare - The gamer's price comparison tool
ID bdmbdemclleffkpgfamlhheioepbfbgd
공식 URL https://chromewebstore.google.com/detail/dlcompare-the-gamers-pric/bdmbdemclleffkpgfamlhheioepbfbgd
설명 Instantly get the best prices for any game while surfing the web.
파일 크기 419 KB
설치 횟수 1,392
현재 버전 0.5.0
최근 업데이트 2024-01-12
출시 날짜 2021-07-03
평점 4.33/5 총 6 개의 평점
개발자 dlcompare.apps
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dlcompare.com/
도움말 페이지 URL https://www.dlcompare.com/contact
개인정보 보호 정책 페이지 URL https://www.dlcompare.com/informations
지원되는 언어 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
}