Dark theme for TikTok
Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click.
什么是Dark theme for TikTok?
Dark theme for TikTok是由ali开发的Chrome扩展程序,该扩展的主要功能是“Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click.”。
扩展截图
下载Dark theme for TikTok扩展crx文件
下载Dark theme for TikTok扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dark Mode TikTok is a browser extension that will make the tiktok.com website dark, comfortable for spending time in the dark. The colors are specially selected so that there is no sense of sharpness. The Dark Mode TikTok extension works great on the site and in the desktop version of TikTok. To use the extension, just go to the site and click on the extension's icon to enable or disable dark mode. This is an independent project developed by our team and not affiliated with TikTok Inc.
扩展基本信息
名称 | Dark theme for TikTok |
ID | lkcihiljgncclejgncmkfgdaljifeedk |
官方URL | https://chromewebstore.google.com/detail/dark-theme-for-tiktok/lkcihiljgncclejgncmkfgdaljifeedk |
简介 | Dark theme for TikTok. Easily switch TikTok site mode to dark or light with one click. |
文件大小 | 30.15 KB |
安装次数 | 30,190 |
当前版本 | 0.0.05 |
更新时间 | 2021-09-06 |
上架时间 | 2021-06-02 |
评分 | 3.67/5 共46次评分 |
开发者 | ali |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | de,en,fr,es,it,pl,pt-PT,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "manifest_version": 2, "version": "0.0.05", "description": "__MSG_description__", "default_locale": "en", "browser_action": { "default_icon": "img\/enable.png", "default_title": "__MSG_short_name__" }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persistent": false }, "permissions": [ "*:\/\/*.tiktok.com\/*" ], "icons": { "189": "img\/enable.png" }, "web_accessible_resources": [ "\/img\/128x128.png" ] } |