IsThereAnyDeal Everywhere

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

IsThereAnyDeal Everywhereคืออะไร?

IsThereAnyDeal Everywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IsThereAnyDeal และคุณลักษณะหลักของมันคือ "Check game prices and the best deals on any webpage with IsThereAnyDeal"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IsThereAnyDeal Everywhere

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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}"
        }
    }
}