trojan status
Powiadamia o streamie.
trojan status란 무엇입니까?
trojan status은(는) ranker94에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Powiadamia o streamie."입니다.
확장 프로그램 스크린샷
trojan status 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Powiadamia o statusie i tytule streama. Dzwięk powiadomienia i głośność opcjonalna.
확장 프로그램 기본 정보
이름 | |
ID | gnjdhnejoigekbnjfhmdhngicbolkplo |
공식 URL | https://chrome.google.com/webstore/detail/trojan-status/gnjdhnejoigekbnjfhmdhngicbolkplo |
설명 | Powiadamia o streamie. |
파일 크기 | 286 KB |
설치 횟수 | 50 |
현재 버전 | 6.9.6 |
최근 업데이트 | 2019-04-05 |
출시 날짜 | 2019-04-05 |
개발자 | ranker94 |
결제 유형 | free |
지원되는 언어 | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "trojan status", "version": "6.9.6", "description": "Powiadamia o streamie.", "manifest_version": 2, "permissions": [ "storage", "alarms", "https:\/\/id.twitch.tv\/oauth2\/*", "https:\/\/api.twitch.tv\/helix\/*" ], "browser_action": { "default_popup": "index.html", "default_icon": { "128": "images\/128.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'" } |