Dark Mode for TikTok
Switch your TikTok site mode to dark or light with just one click.
Dark Mode for TikTok란 무엇입니까?
Dark Mode for TikTok은(는) Free Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch your TikTok site mode to dark or light with just one click."입니다.
확장 프로그램 스크린샷
Dark Mode for TikTok 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you like using Tiktok on your computer? Try installing this extension to protect your eyes when you use Tiktok on your desktop computer at night time. Dark Mode for tiktok allows you to rest your eyes when you use the Tiktok website at night. It allows you to change the background to black and the text is changed to white color. This would reduce the stress on your eyes when you are surfing Tiktok at night. To turn dark mode on and off for the Tiktok website, just click on the extension icon when you're on the Tiktok website. You can toggle the dark mode/night mode for tiktok to be on and off. Please note this extension is NOT created by Tiktok and is created by a team of independent developers. We're constantly updating this extension and you can e-mail us if the extension is not working as Tiktok updates their desktop website and can cause our extension to break.
확장 프로그램 기본 정보
이름 | Dark Mode for TikTok |
ID | engkllfgplhhkgolccacknphpegjjgbn |
공식 URL | https://chromewebstore.google.com/detail/dark-mode-for-tiktok/engkllfgplhhkgolccacknphpegjjgbn |
설명 | Switch your TikTok site mode to dark or light with just one click. |
파일 크기 | 43.52 KB |
설치 횟수 | 930 |
현재 버전 | 3.0.3 |
최근 업데이트 | 2023-10-31 |
출시 날짜 | 2022-05-08 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | Free Apps |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://word-pdf.freeonlineapps.net/privacy-policy |
지원되는 언어 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "manifest_version": 3, "version": "3.0.3", "description": "__MSG_description__", "default_locale": "en", "action": { "default_icon": "img\/enable.png", "default_title": "__MSG_short_name__" }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_start" } ], "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "storage" ], "icons": { "189": "img\/enable.png" }, "homepage_url": "https:\/\/dark-mode-tiktok.freespeedcheck.net\/" } |