IsThereAnyDeal Everywhere

Check game prices and the best deals on any webpage with IsThereAnyDeal

什麼是IsThereAnyDeal Everywhere?

IsThereAnyDeal Everywhere是由IsThereAnyDeal開發的Chrome擴展程式,該擴展的主要功能是“Check game prices and the best deals on any webpage with IsThereAnyDeal”。

擴展截圖

screenshot
screenshot
screenshot

下載IsThereAnyDeal Everywhere擴展crx文件

下載IsThereAnyDeal Everywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        IsThereAnyDeal Everywhere adds a quick price overview for each link to Steam store it can find on a page.

A small icon will appear next to each Steam store link. Moving your cursor over it will show you a tooltip that contains current best price and historical lowest price from authorized stores, as tracked by IsThereAnyDeal, as well as some quick and useful links to IsThereAnyDeal and SteamPeek.

Try it on Steam, SteamGifts, Barter.vg or reddit ;)                    

擴展基本資訊

名稱 IsThereAnyDeal Everywhere IsThereAnyDeal Everywhere
ID fpkglohhcpgncijlhfnoloioahigjloj
官方網址 https://chromewebstore.google.com/detail/isthereanydeal-everywhere/fpkglohhcpgncijlhfnoloioahigjloj
簡介 Check game prices and the best deals on any webpage with IsThereAnyDeal
檔案大小 148 KB
安裝次數 5,877
目前版本 2.0.1
更新時間 2024-02-27
上架時間 2019-02-05
評分 4.36/5 共 14 次評分
開發者 IsThereAnyDeal
電子郵箱 [email protected]
付費類型 free
擴展官網 https://everywhere.isthereanydeal.com/
說明頁面URL https://github.com/tfedor/IsThereAnyDeal-Everywhere/issues
隱私政策頁面URL https://privacy.isthereanydeal.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IsThereAnyDeal Everywhere",
    "version": "2.0.1",
    "description": "Check game prices and the best deals on any webpage with IsThereAnyDeal",
    "homepage_url": "https:\/\/everywhere.isthereanydeal.com\/",
    "icons": {
        "16": "assets\/icon16.png",
        "24": "assets\/icon24.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "64": "assets\/icon64.png",
        "96": "assets\/icon96.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/isthereanydeal.com\/*",
                "*:\/\/chat.openai.com\/*",
                "*:\/\/store.steampowered.com\/account\/licenses\/",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.js",
        "scripts": [
            "background\/background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{28e2367d-a8b7-44af-a674-868243c849d9}"
        }
    }
}