DekuDeals + eshop-prices

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

What is DekuDeals + eshop-prices?

DekuDeals + eshop-prices is a Chrome extension developed by AXE607, and its main feature is "Inegrates best price from "eshop-prices.com" to DekuDeals game pages.".

Extension Screenshots

screenshot
screenshot
screenshot

Download DekuDeals + eshop-prices Extension CRX File

Download DekuDeals + eshop-prices extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DekuDeals + eshop-prices DekuDeals + eshop-prices
ID bgpadfnpdioelkliedjlecnnlpegpkap
Official URL https://chromewebstore.google.com/detail/dekudeals-+-eshop-prices/bgpadfnpdioelkliedjlecnnlpegpkap
Description Inegrates best price from "eshop-prices.com" to DekuDeals game pages.
File Size 38.16 KB
Installation Count 39
Current Version 1.1
Last Updated 2022-02-18
Publish Date 2022-02-16
Developer AXE607
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}