Tiktok Darkmode + Multi Column
Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword
什么是Tiktok Darkmode + Multi Column?
Tiktok Darkmode + Multi Column是由khongoton开发的Chrome扩展程序,该扩展的主要功能是“Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword”。
扩展截图
下载Tiktok Darkmode + Multi Column扩展crx文件
下载Tiktok Darkmode + Multi Column扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make Tiktok has dark mode and multi column design Hide video by tag or keyword in title ** You can turn on/off each feature in popup by clicking extension icon
扩展基本信息
名称 | Tiktok Darkmode + Multi Column |
ID | difcdomjkpnmjibgacmplpamjfnbofli |
官方URL | https://chromewebstore.google.com/detail/tiktok-darkmode-+-multi-c/difcdomjkpnmjibgacmplpamjfnbofli |
简介 | Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword |
文件大小 | 22.21 KB |
安装次数 | 469 |
当前版本 | 2.0.3 |
更新时间 | 2023-11-21 |
上架时间 | 2022-04-24 |
评分 | 5.00/5 共3次评分 |
开发者 | khongoton |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/tnsatt/tiktokjs/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiktok Darkmode + Multi Column", "description": "Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword", "version": "2.0.3", "action": { "default_title": "Tiktok Darkmode + Multi Column", "default_popup": "public\/popup.html" }, "icons": { "16": "public\/icons\/16.png", "48": "public\/icons\/48.png", "128": "public\/icons\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ "*:\/\/*.tiktok.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.tiktok.com\/*" ], "js": [ "tab\/content.js", "tab\/videohidden.js" ], "run_at": "document_start", "exclude_matches": [ "*:\/\/*.tiktok.com\/login*", "*:\/\/*.tiktok.com\/signup*", "*:\/\/*.tiktok.com\/upload*", "*:\/\/*.tiktok.com\/messages*", "*:\/\/*.tiktok.com\/setting*", "*:\/\/*.tiktok.com\/coin*", "*:\/\/support.tiktok.com\/*", "*:\/\/seller-vn.tiktok.com\/*", "*:\/\/seller-us.tiktok.com\/*" ] } ], "manifest_version": 3 } |