GoodGame.ru stream notifications

GoodGame.ru stream notifications

Was ist GoodGame.ru stream notifications?

GoodGame.ru stream notifications ist eine Chrome-Erweiterung, die von ajib6ept entwickelt wurde, und ihr Hauptmerkmal ist "GoodGame.ru stream notifications".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

GoodGame.ru stream notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie GoodGame.ru stream notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

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

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

Grundlegende Informationen zur Erweiterung

Name GoodGame.ru stream notifications GoodGame.ru stream notifications
ID kipfeijmeafbmhbgfldnkbnnoinjbmld
Offizielle URL https://chromewebstore.google.com/detail/goodgameru-stream-notific/kipfeijmeafbmhbgfldnkbnnoinjbmld
Beschreibung GoodGame.ru stream notifications
Dateigröße 364 KB
Installationsanzahl 1,783
Aktuelle Version 1.2.7
Letztes Update 2023-03-14
Veröffentlichungsdatum 2019-02-18
Bewertung 4.63/5 Insgesamt 19 Bewertungen
Entwickler ajib6ept
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://vk.com/ajiuk
Unterstützte Sprachen 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"
}