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คืออะไร?
included-with-xbox-game-pass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gabin.aureche และคุณลักษณะหลักของมันคือ "A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย included-with-xbox-game-pass
ดาวน์โหลดไฟล์ส่วนขยาย included-with-xbox-game-pass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
/!\ 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | acohddgjcjfelbhaodiebiabljoadldk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/included-with-xbox-game-p/acohddgjcjfelbhaodiebiabljoadldk |
| คำอธิบาย | A browser extension that adds the mention "included / not included with Xbox Game Pass" on Steam's store page. |
| ขนาดไฟล์ | 38.16 KB |
| จำนวนการติดตั้ง | 3,812 |
| เวอร์ชันปัจจุบัน | 0.9.1 |
| อัปเดตครั้งล่าสุด | 2022-11-21 |
| วันที่เผยแพร่ | 2020-08-24 |
| คะแนน | 4.00/5 รวมทั้งหมด 10 คะแนน |
| ผู้พัฒนา | gabin.aureche |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://xgp.community |
| URL หน้าช่วยเหลือ | https://github.com/zhouzi/included-with-xbox-game-pass/issues |
| ภาษาที่รองรับ | 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"
}
} | |