GoodGame.ru stream notifications
GoodGame.ru stream notifications
Wat is GoodGame.ru stream notifications?
GoodGame.ru stream notifications is een Chrome-extensie ontwikkeld door ajib6ept, en de belangrijkste functie is "GoodGame.ru stream notifications".
Extensie Screenshots
Download het CRX-bestand van de extensie GoodGame.ru stream notifications
Download GoodGame.ru stream notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This is a browser extension that helps you easily track changes in your favorite channels on goodgame.com
Расширение для отслеживания любимых каналов на goodgame.ru
Помимо уведомлений о начале стрима расширение поможет вам:
- узнать о смене статуса или игры самых любимых каналов;
- установить максимальный размер изображений в чате (для начала нужно включить их отображение в настройках чата);
- увидеть удаленные сообщения в чате;                     Basisinformatie over de Extensie
| Naam |   |  
| ID | kipfeijmeafbmhbgfldnkbnnoinjbmld | 
| Officiële URL | https://chromewebstore.google.com/detail/goodgameru-stream-notific/kipfeijmeafbmhbgfldnkbnnoinjbmld | 
| Beschrijving | GoodGame.ru stream notifications | 
| Bestandsgrootte | 364 KB | 
| Aantal Installaties | 1,783 | 
| Huidige Versie | 1.2.7 | 
| Laatst Bijgewerkt | 2023-03-14 | 
| Publicatiedatum | 2019-02-18 | 
| Beoordeling | 4.63/5 Totaal 19 Beoordelingen | 
| Ontwikkelaar | ajib6ept | 
| [email protected] | |
| Betalingswijze | free | 
| Help Pagina-URL | https://vk.com/ajiuk | 
| Ondersteunde Talen | 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"
}  |  |