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 |
官方網址 | 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" ] } |