GoodGame.ru stream notifications
GoodGame.ru stream notifications
GoodGame.ru stream notificationsとは何ですか?
GoodGame.ru stream notificationsはajib6eptによって開発されたChromeの拡張機能で、その主な機能は「GoodGame.ru stream notifications」です。
拡張機能のスクリーンショット
GoodGame.ru stream notifications拡張機能のCRXファイルをダウンロード
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
Помимо уведомлений о начале стрима расширение поможет вам:
- узнать о смене статуса или игры самых любимых каналов;
- установить максимальный размер изображений в чате (для начала нужно включить их отображение в настройках чата);
- увидеть удаленные сообщения в чате;                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
}  |  |