Tiktok Darkmode + Multi Column
Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword
What is Tiktok Darkmode + Multi Column?
Tiktok Darkmode + Multi Column is a Chrome extension developed by khongoton, and its main feature is "Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword".
Extension Screenshots
Download Tiktok Darkmode + Multi Column Extension CRX File
Download Tiktok Darkmode + Multi Column extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Tiktok Darkmode + Multi Column |
ID | difcdomjkpnmjibgacmplpamjfnbofli |
Official URL | https://chromewebstore.google.com/detail/tiktok-darkmode-+-multi-c/difcdomjkpnmjibgacmplpamjfnbofli |
Description | Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword |
File Size | 22.21 KB |
Installation Count | 469 |
Current Version | 2.0.3 |
Last Updated | 2023-11-21 |
Publish Date | 2022-04-24 |
Rating | 5.00/5 Total 3 Ratings |
Developer | khongoton |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/tnsatt/tiktokjs/ |
Supported Languages | 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 } |