Streamities - Realtime Sub Count for YouTube
Show your current realtime subscriber count live in the YouTube Creator Studio.
Streamities - Realtime Sub Count for YouTube란 무엇입니까?
Streamities - Realtime Sub Count for YouTube은(는) https://streamities.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show your current realtime subscriber count live in the YouTube Creator Studio."입니다.
확장 프로그램 스크린샷
Streamities - Realtime Sub Count for YouTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Show your current realtime subscriber count live in the YouTube Creator Studio. Adds a button in the Creator Studio to activate your realtime subscriber count. Description: - First, head to studio.youtube.com (The YouTube Creator Studio Dashboard) - Second, login to your YouTube account if needed - Last but not least, click on the button "Sub Count" in the studio sidemenu to activate your sub count If you want to change background color or font of the sub count, please go to option by right clicking on the extension icon. Visit our website here: https://streamities.com
확장 프로그램 기본 정보
이름 | |
ID | amgkcconhgodlphkhnoppnmepbgeeige |
공식 URL | https://chromewebstore.google.com/detail/streamities-realtime-sub/amgkcconhgodlphkhnoppnmepbgeeige |
설명 | Show your current realtime subscriber count live in the YouTube Creator Studio. |
파일 크기 | 121 KB |
설치 횟수 | 908 |
현재 버전 | 1.7 |
최근 업데이트 | 2020-05-10 |
출시 날짜 | 2020-05-09 |
평점 | 3.00/5 총 5 개의 평점 |
개발자 | https://streamities.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://streamities.com/ |
도움말 페이지 URL | https://streamities.com/faq |
개인정보 보호 정책 페이지 URL | https://streamities.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streamities - Realtime Sub Count for YouTube", "short_name": "Streamities", "version": "1.7", "description": "Show your current realtime subscriber count live in the YouTube Creator Studio.", "permissions": [ "activeTab", "declarativeContent", "storage", "webRequest", "https:\/\/studio.youtube.com\/channel\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/studio.youtube.com\/channel\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "iframe.html", "images\/icons\/trending.png" ], "options_page": "options.html", "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" } }, "icons": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "128": "images\/icons\/128.png" }, "manifest_version": 2 } |