GoodGame.ru stream notifications
GoodGame.ru stream notifications
Hvad er GoodGame.ru stream notifications?
GoodGame.ru stream notifications er en Chrome-udvidelse udviklet af ajib6ept, og dens hovedfunktion er "GoodGame.ru stream notifications".
Udvidelsesskærmbilleder
Download GoodGame.ru stream notifications-udvidelses-CRX-fil
Download GoodGame.ru stream notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        This is a browser extension that helps you easily track changes in your favorite channels on goodgame.com
Расширение для отслеживания любимых каналов на goodgame.ru
Помимо уведомлений о начале стрима расширение поможет вам:
- узнать о смене статуса или игры самых любимых каналов;
- установить максимальный размер изображений в чате (для начала нужно включить их отображение в настройках чата);
- увидеть удаленные сообщения в чате;                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | kipfeijmeafbmhbgfldnkbnnoinjbmld | 
| Officiel URL | https://chromewebstore.google.com/detail/goodgameru-stream-notific/kipfeijmeafbmhbgfldnkbnnoinjbmld | 
| Beskrivelse | GoodGame.ru stream notifications | 
| Filstørrelse | 364 KB | 
| Antal Installationer | 1,783 | 
| Nuværende Version | 1.2.7 | 
| Senest Opdateret | 2023-03-14 | 
| Udgivelsesdato | 2019-02-18 | 
| Bedømmelse | 4.63/5 Samlet 19 Bedømmelser | 
| Udvikler | ajib6ept | 
| [email protected] | |
| Betalingsmetode | free | 
| Hjælpeside-URL | https://vk.com/ajiuk | 
| Understøttede Sprog | 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"
}  |  |