GoodGame.ru stream notifications
GoodGame.ru stream notifications
GoodGame.ru stream notifications là gì?
GoodGame.ru stream notifications là một tiện ích mở rộng Chrome được phát triển bởi ajib6ept, và tính năng chính của nó là "GoodGame.ru stream notifications".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GoodGame.ru stream notifications
Tải xuống các tệp mở rộng GoodGame.ru stream notifications 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 is a browser extension that helps you easily track changes in your favorite channels on goodgame.com Расширение для отслеживания любимых каналов на goodgame.ru Помимо уведомлений о начале стрима расширение поможет вам: - узнать о смене статуса или игры самых любимых каналов; - установить максимальный размер изображений в чате (для начала нужно включить их отображение в настройках чата); - увидеть удаленные сообщения в чате;
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GoodGame.ru stream notifications |
ID | kipfeijmeafbmhbgfldnkbnnoinjbmld |
URL Chính Thức | https://chromewebstore.google.com/detail/goodgameru-stream-notific/kipfeijmeafbmhbgfldnkbnnoinjbmld |
Mô tả | GoodGame.ru stream notifications |
Kích Thước Tệp | 364 KB |
Số Lần Cài Đặt | 1,783 |
Phiên Bản Hiện Tại | 1.2.7 |
Cập Nhật Lần Cuối | 2023-03-14 |
Ngày Phát Hành | 2019-02-18 |
Đánh Giá | 4.63/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | ajib6ept |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://vk.com/ajiuk |
Ngôn Ngữ Được Hỗ Trợ | 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" } |