GoodGameRu Live
Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.
Hvad er GoodGameRu Live?
GoodGameRu Live er en Chrome-udvidelse udviklet af alexmendels3, og dens hovedfunktion er "Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.".
Udvidelsesskærmbilleder
Download GoodGameRu Live-udvidelses-CRX-fil
Download GoodGameRu Live-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
Отслеживайте ваши любимые потоки с GoodGameRu Live и получайте уведомления, когда ваши любимые стримеры выходят в сеть.
Исследуйте игры и найдите ваши любимые потоки на GoodGame.
Будьте в курсе когда началась трансляция за пределами сайта GoodGame. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | inlkfgbpkcjnpdjfohloepjbpmdccjhk |
| Officiel URL | https://chromewebstore.google.com/detail/goodgameru-live/inlkfgbpkcjnpdjfohloepjbpmdccjhk |
| Beskrivelse | Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online. |
| Filstørrelse | 204 KB |
| Antal Installationer | 270 |
| Nuværende Version | 1.3.7.2 |
| Senest Opdateret | 2019-01-31 |
| Udgivelsesdato | 2019-01-30 |
| Bedømmelse | 4.89/5 Samlet 38 Bedømmelser |
| Udvikler | alexmendels3 |
| Betalingsmetode | free |
| Hjælpeside-URL | https://goodgame.ru/topic/70817 |
| Understøttede Sprog | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GoodGameRu Live",
"short_name": "GoodGame",
"version": "1.3.7.2",
"manifest_version": 2,
"default_locale": "ru",
"description": "__MSG_manifest_descr__",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/goodgameru-stream-checker\/inlkfgbpkcjnpdjfohloepjbpmdccjhk",
"permissions": [
"alarms",
"storage",
"activeTab",
"https:\/\/*.goodgame.ru\/*",
"http:\/\/*.goodgame.ru\/*",
"notifications"
],
"background": {
"page": "html\/background.html"
},
"browser_action": {
"default_title": "GoodGameRu Live",
"default_icon": "img\/icon.png",
"default_popup": "html\/popup.html"
},
"options_page": "html\/options.html",
"icons": {
"128": "img\/i128.png",
"16": "img\/i16.png",
"48": "img\/i48.png"
}
} | |