Game Assistant
Game Assistant compares game's prices among Epic Games, Gog and Steam, notifies about the best, tracks price changes.
Game Assistantคืออะไร?
Game Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gamake และคุณลักษณะหลักของมันคือ "Game Assistant compares game's prices among Epic Games, Gog and Steam, notifies about the best, tracks price changes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Game Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Game Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Track games price story. Get notifications about the most recent discounts. Find the best price of your favorite item! If you want to buy item, but you don’t want to waste your time comparing the price in Epic Games, Gog and Steam, Game Assistant will do it for you! With our extension when you visit a page, you will get notification about its best price with an option to follow a link on a site with the most favorable price. Let’s imagine that you found the best price on a game, but it’s still too high. Game Assistant will also help you with this problem! You can just add this item to your tracking list. And as soon as the price changes you will get a notification! Moreover the list of the most selling items and recent discounts are always available. You can also personalize your notifications, activate or deactivate the “Watch” button, and change a theme of the extension. Features: • Notifications about the best price. • Creating a list of games to track their price. • Notifications about price changing. • Changing the notification settings. • Changing theme of the extension. • History of the pages viewed. • List of the most selling items and recent discounts.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Game Assistant |
ID | cpgekokanbokhpcmgmeligomfdmgkmmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/game-assistant/cpgekokanbokhpcmgmeligomfdmgkmmh |
คำอธิบาย | Game Assistant compares game's prices among Epic Games, Gog and Steam, notifies about the best, tracks price changes. |
ขนาดไฟล์ | 580 KB |
จำนวนการติดตั้ง | 366 |
เวอร์ชันปัจจุบัน | 1.2.2 |
อัปเดตครั้งล่าสุด | 2021-07-20 |
วันที่เผยแพร่ | 2020-10-06 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Gamake |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gamake.ru |
URL หน้าช่วยเหลือ | https://gamake.ru |
ภาษาที่รองรับ | de,en,fr,tr,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Game Assistant", "description": "__MSG_extDescription__", "version": "1.2.2", "default_locale": "en", "manifest_version": 2, "icons": { "16": "images\/icons\/16.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.steampowered.com\/*", "*:\/\/steampowered.com\/*", "*:\/\/steambuy.com\/*", "*:\/\/*.steampay.com\/*", "*:\/\/*.epicgames.com\/*", "*:\/\/epicgames.com\/*", "*:\/\/*.gog.com\/*", "*:\/\/gog.com\/*" ], "js": [ "index.content.js" ] } ], "permissions": [ "notifications", "storage", "tabs", "https:\/\/*.opera-api.com\/", "https:\/\/*.igdb.com\/", "https:\/\/*.steammachine.ru\/*", "*:\/\/*.steampowered.com\/*", "*:\/\/steampowered.com\/*", "*:\/\/steambuy.com\/*", "*:\/\/*.steampay.com\/*", "*:\/\/*.epicgames.com\/*", "*:\/\/epicgames.com\/*", "*:\/\/*.gog.com\/*", "*:\/\/gog.com\/*", "*:\/\/www.ecb.europa.eu\/*", "*:\/\/gx-proxy.operacdn.com\/*" ], "browser_action": { "default_icon": { "16": "images\/icons\/16.png", "24": "images\/icons\/24.png", "32": "images\/icons\/32.png" }, "default_popup": "popup.html" } } |