Streamers Connected
The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.
Streamers Connected란 무엇입니까?
Streamers Connected은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live."입니다.
확장 프로그램 스크린샷
Streamers Connected 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | mbheinpjbaajkgnfjkkmkbcochbjknoa |
공식 URL | https://chromewebstore.google.com/detail/streamers-connected/mbheinpjbaajkgnfjkkmkbcochbjknoa |
설명 | The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live. |
파일 크기 | 1.62 MB |
설치 횟수 | 134 |
현재 버전 | 4.0.0 |
최근 업데이트 | 2017-08-30 |
출시 날짜 | 2017-08-30 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streamers Connected", "version": "4.0.0", "description": "The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.", "icons": { "64": "icons\/64.png", "128": "icons\/128.png" }, "permissions": [ "storage", "notifications", "background", "http:\/\/*.twitch.tv\/", "https:\/\/*.streamersconnected.tv\/" ], "options_page": "options\/options.html", "options_ui": { "page": "options\/options.html" }, "background": { "scripts": [ "external\/jquery.min.js", "background.js" ] }, "content_scripts": [ { "js": [ "\/external\/jquery.min.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end", "matches": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.twitch.tv\/*" ] } ], "manifest_version": 2, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Streamers Connected", "default_popup": "popup\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.twitter.com https:\/\/*.twimg.com; object-src 'self'", "web_accessible_resources": [ "64.png", "icons\/chat-badge.png", "icons\/chat-badge-square.png" ] } |