IsThereAnyDeal Everywhere

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

IsThereAnyDeal Everywhere क्या है?

IsThereAnyDeal Everywhere IsThereAnyDeal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check game prices and the best deals on any webpage with IsThereAnyDeal"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IsThereAnyDeal Everywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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}"
        }
    }
}