GameInfo

Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube

GameInfo क्या है?

GameInfo codedevjw.cws द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube"।

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

screenshot
screenshot
screenshot

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

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

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

                        New context menu used to quickly find game information in How Long To Beat page (howlongtobeat.com), info where the game is available in multiple digital shops (gg.deals) and also find how gameplay looks on youtube

Mark text and right click to see the options. It opens search results in new tab.

Additional feature
No text selection needed when browsing games on steam or gg.deals. Just right click from game page and enjoy new how long to beat menu entry.                    

एक्सटेंशन की मूल जानकारी

नाम GameInfo GameInfo
ID cklbjnamjbiibholooiaogndkobmlohn
आधिकारिक URL https://chromewebstore.google.com/detail/gameinfo/cklbjnamjbiibholooiaogndkobmlohn
विवरण Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube
फ़ाइल का आकार 12.95 KB
स्थापना संख्या 46
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2023-09-25
प्रकाशन तिथि 2023-08-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर codedevjw.cws
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GameInfo",
    "description": "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube",
    "version": "0.0.3",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "gamepadIcon.png"
    }
}