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
官方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"
}