included-with-xbox-game-pass

A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.

included-with-xbox-game-pass là gì?

included-with-xbox-game-pass là một tiện ích mở rộng Chrome được phát triển bởi gabin.aureche, và tính năng chính của nó là "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng included-with-xbox-game-pass

Tải xuống các tệp mở rộng included-with-xbox-game-pass 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

                        /!\ This extension is not maintained anymore. I am personally using https://aligueler.com/SubscriptionInfo

When visiting a game's Steam store page, this extension looks for it in the Xbox Game Pass catalog. If it's included, it will let you know.                    

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

Tên included-with-xbox-game-pass included-with-xbox-game-pass
ID acohddgjcjfelbhaodiebiabljoadldk
URL Chính Thức https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk
Mô tả A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page.
Kích Thước Tệp 38.16 KB
Số Lần Cài Đặt 3,812
Phiên Bản Hiện Tại 0.9.1
Cập Nhật Lần Cuối 2022-11-21
Ngày Phát Hành 2020-08-24
Đánh Giá 4.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển gabin.aureche
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://xgp.community
URL Trang Trợ Giúp https://github.com/zhouzi/included-with-xbox-game-pass/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "included-with-xbox-game-pass",
    "version": "0.9.1",
    "description": "A browser extension that adds the mention \"included \/ not included with Xbox Game Pass\" on Steam's store page.",
    "permissions": [
        "storage",
        "https:\/\/xgp.community\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}