Hide Twitch Viewer count
This app hide the number of watching now and viewers on Twitch.
Hide Twitch Viewer count란 무엇입니까?
Hide Twitch Viewer count은(는) 白井うどん - Siroi udon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This app hide the number of watching now and viewers on Twitch."입니다.
확장 프로그램 스크린샷
Hide Twitch Viewer count 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What is this? It hides the number of Viewer Count on Twitch. Please use this, If you want to hide the number of viewers and Watching Now on youtube. Hide Youtube Viewers and Ratings - Chrome Store Page https://chrome.google.com/webstore/detail/hide-youtube-viewers-and/ibdkcdjfoahbpcoajafabdokfdgcjijd This chrome extension for myself, so it’s maybe a shoddy app. Donate💸:https://www.paypal.com/paypalme/shiroiudon ---- update: 1.0.3 :This add-on changed for manifest V3. Changed to hide the Viewer Count on Browse tabs as well. 1.0.2 : Add setting On/Off. Configure by clicking on the icon.
확장 프로그램 기본 정보
이름 | Hide Twitch Viewer count |
ID | mflpplkkbeohfhkdbjfciehbkgmmdapg |
공식 URL | https://chromewebstore.google.com/detail/hide-twitch-viewer-count/mflpplkkbeohfhkdbjfciehbkgmmdapg |
설명 | This app hide the number of watching now and viewers on Twitch. |
파일 크기 | 102 KB |
설치 횟수 | 322 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2022-10-23 |
출시 날짜 | 2021-06-28 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | 白井うどん - Siroi udon |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,hi,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.4", "author": "Udon Shiroi", "default_locale": "en", "permissions": [ "scripting", "storage", "tabs" ], "host_permissions": [ "*:\/\/*.twitch.tv\/*" ], "icons": { "48": "images\/get_started48.png" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "images\/get_started48.png" } }, "background": { "service_worker": "background.js" }, "options_page": "option\/option.html" } |