GoodGame.ru stream notifications

GoodGame.ru stream notifications

什麼是GoodGame.ru stream notifications?

GoodGame.ru stream notifications是由ajib6ept開發的Chrome擴展程式,該擴展的主要功能是“GoodGame.ru stream notifications”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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

Помимо уведомлений о начале стрима расширение поможет вам:
- узнать о смене статуса или игры самых любимых каналов;
- установить максимальный размер изображений в чате (для начала нужно включить их отображение в настройках чата);
- увидеть удаленные сообщения в чате;                    

擴展基本資訊

名稱 GoodGame.ru stream notifications GoodGame.ru stream notifications
ID kipfeijmeafbmhbgfldnkbnnoinjbmld
官方網址 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"
}