GoodGame.ru stream notifications
GoodGame.ru stream notifications
GoodGame.ru stream notificationsคืออะไร?
GoodGame.ru stream notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ajib6ept และคุณลักษณะหลักของมันคือ "GoodGame.ru stream notifications"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoodGame.ru stream notifications
ดาวน์โหลดไฟล์ส่วนขยาย GoodGame.ru stream notifications ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a browser extension that helps you easily track changes in your favorite channels on goodgame.com Расширение для отслеживания любимых каналов на goodgame.ru Помимо уведомлений о начале стрима расширение поможет вам: - узнать о смене статуса или игры самых любимых каналов; - установить максимальный размер изображений в чате (для начала нужно включить их отображение в настройках чата); - увидеть удаленные сообщения в чате;
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GoodGame.ru stream notifications |
ID | kipfeijmeafbmhbgfldnkbnnoinjbmld |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/goodgameru-stream-notific/kipfeijmeafbmhbgfldnkbnnoinjbmld |
คำอธิบาย | GoodGame.ru stream notifications |
ขนาดไฟล์ | 364 KB |
จำนวนการติดตั้ง | 1,783 |
เวอร์ชันปัจจุบัน | 1.2.7 |
อัปเดตครั้งล่าสุด | 2023-03-14 |
วันที่เผยแพร่ | 2019-02-18 |
คะแนน | 4.63/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | ajib6ept |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://vk.com/ajiuk |
ภาษาที่รองรับ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "images\/icon16.png", "default_popup": "html\/popup.html", "default_title": "GoodGame.ru stream notifications" }, "content_scripts": [ { "js": [ "js\/content_scripts.js" ], "matches": [ "*:\/\/*.goodgame.ru\/*" ] } ], "description": "GoodGame.ru stream notifications", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "manifest_version": 3, "name": "GoodGame.ru stream notifications", "permissions": [ "alarms", "storage", "tabs", "notifications" ], "host_permissions": [ "https:\/\/*.goodgame.ru\/*", "http:\/\/*.goodgame.ru\/*" ], "version": "1.2.7" } |