GoodGame.ru stream notifications

GoodGame.ru stream notifications

¿Qué es GoodGame.ru stream notifications?

GoodGame.ru stream notifications es una extensión de Chrome desarrollada por ajib6ept, y su función principal es "GoodGame.ru stream notifications".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión GoodGame.ru stream notifications

Descarga archivos de extensión GoodGame.ru stream notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This is a browser extension that helps you easily track changes in your favorite channels on goodgame.com

Расширение для отслеживания любимых каналов на goodgame.ru

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

Información Básica de la Extensión

Nombre GoodGame.ru stream notifications GoodGame.ru stream notifications
ID kipfeijmeafbmhbgfldnkbnnoinjbmld
URL Oficial https://chromewebstore.google.com/detail/goodgameru-stream-notific/kipfeijmeafbmhbgfldnkbnnoinjbmld
Descripción GoodGame.ru stream notifications
Tamaño del Archivo 364 KB
Cantidad de Instalaciones 1,783
Versión Actual 1.2.7
Última Actualización 2023-03-14
Fecha de Publicación 2019-02-18
Calificación 4.63/5 Total de 19 Calificaciones
Desarrollador ajib6ept
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://vk.com/ajiuk
Idiomas Soportados 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"
}