GameInfo

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

GameInfo là gì?

GameInfo là một tiện ích mở rộng Chrome được phát triển bởi codedevjw.cws, và tính năng chính của nó là "Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GameInfo

Tải xuống các tệp mở rộng GameInfo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GameInfo GameInfo
ID cklbjnamjbiibholooiaogndkobmlohn
URL Chính Thức https://chromewebstore.google.com/detail/gameinfo/cklbjnamjbiibholooiaogndkobmlohn
Mô tả Search how long is the game (HLTB), where to buy it (GGDEALS) and see gameplay on YouTube
Kích Thước Tệp 12.95 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-09-25
Ngày Phát Hành 2023-08-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển codedevjw.cws
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}