GoodGame.ru stream notifications

GoodGame.ru stream notifications

Qu'est-ce que GoodGame.ru stream notifications ?

GoodGame.ru stream notifications est une extension Chrome développée par ajib6ept, et sa fonction principale est "GoodGame.ru stream notifications".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GoodGame.ru stream notifications

Téléchargez les fichiers d'extension GoodGame.ru stream notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom GoodGame.ru stream notifications GoodGame.ru stream notifications
ID kipfeijmeafbmhbgfldnkbnnoinjbmld
URL Officiel https://chromewebstore.google.com/detail/goodgameru-stream-notific/kipfeijmeafbmhbgfldnkbnnoinjbmld
Description GoodGame.ru stream notifications
Taille du Fichier 364 KB
Nombre d'Installations 1,783
Version Actuelle 1.2.7
Dernière Mise à Jour 2023-03-14
Date de Publication 2019-02-18
Évaluation 4.63/5 Total 19 Évaluations
Développeur ajib6ept
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://vk.com/ajiuk
Langues Prises en Charge 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"
}