GoodGameRu Live
Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.
GoodGameRu Live란 무엇입니까?
GoodGameRu Live은(는) alexmendels3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online."입니다.
확장 프로그램 스크린샷
GoodGameRu Live 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Отслеживайте ваши любимые потоки с GoodGameRu Live и получайте уведомления, когда ваши любимые стримеры выходят в сеть. Исследуйте игры и найдите ваши любимые потоки на GoodGame. Будьте в курсе когда началась трансляция за пределами сайта GoodGame.
확장 프로그램 기본 정보
이름 | GoodGameRu Live |
ID | inlkfgbpkcjnpdjfohloepjbpmdccjhk |
공식 URL | https://chromewebstore.google.com/detail/goodgameru-live/inlkfgbpkcjnpdjfohloepjbpmdccjhk |
설명 | Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online. |
파일 크기 | 204 KB |
설치 횟수 | 270 |
현재 버전 | 1.3.7.2 |
최근 업데이트 | 2019-01-31 |
출시 날짜 | 2019-01-30 |
평점 | 4.89/5 총 38 개의 평점 |
개발자 | alexmendels3 |
결제 유형 | free |
도움말 페이지 URL | https://goodgame.ru/topic/70817 |
지원되는 언어 | 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" } } |