DekuDeals + eshop-prices

Inegrates best price from "eshop-prices.com" to DekuDeals game pages.

DekuDeals + eshop-pricesคืออะไร?

DekuDeals + eshop-prices เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AXE607 และคุณลักษณะหลักของมันคือ "Inegrates best price from "eshop-prices.com" to DekuDeals game pages."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DekuDeals + eshop-prices

ดาวน์โหลดไฟล์ส่วนขยาย DekuDeals + eshop-prices ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Extension allows to check TOP 3 best prices from eshop-prices.com on DekuDeals.com Nintendo game pages. Extension works with different currencies, it's free and doesn't require any permissions except for DekuDeals and eshop-prices pages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DekuDeals + eshop-prices DekuDeals + eshop-prices
ID bgpadfnpdioelkliedjlecnnlpegpkap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dekudeals-+-eshop-prices/bgpadfnpdioelkliedjlecnnlpegpkap
คำอธิบาย Inegrates best price from "eshop-prices.com" to DekuDeals game pages.
ขนาดไฟล์ 38.16 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-02-18
วันที่เผยแพร่ 2022-02-16
ผู้พัฒนา AXE607
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DekuDeals + eshop-prices",
    "description": "__MSG_name__",
    "default_locale": "en",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "\/images\/nintendo-switch16.png",
            "32": "\/images\/nintendo-switch32.png",
            "48": "\/images\/nintendo-switch48.png",
            "128": "\/images\/nintendo-switch128.png"
        }
    },
    "icons": {
        "16": "\/images\/nintendo-switch16.png",
        "32": "\/images\/nintendo-switch32.png",
        "48": "\/images\/nintendo-switch48.png",
        "128": "\/images\/nintendo-switch128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "svg\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dekudeals.com\/items\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/eshop-prices.com\/*"
    ]
}