Tiktok Darkmode + Multi Column
Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword
Wat is Tiktok Darkmode + Multi Column?
Tiktok Darkmode + Multi Column is een Chrome-extensie ontwikkeld door khongoton, en de belangrijkste functie is "Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword".
Extensie Screenshots
Download het CRX-bestand van de extensie Tiktok Darkmode + Multi Column
Download Tiktok Darkmode + Multi Column-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Tiktok Darkmode + Multi Column |
ID | difcdomjkpnmjibgacmplpamjfnbofli |
Officiële URL | https://chromewebstore.google.com/detail/tiktok-darkmode-+-multi-c/difcdomjkpnmjibgacmplpamjfnbofli |
Beschrijving | Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword |
Bestandsgrootte | 22.21 KB |
Aantal Installaties | 469 |
Huidige Versie | 2.0.3 |
Laatst Bijgewerkt | 2023-11-21 |
Publicatiedatum | 2022-04-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | khongoton |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/tnsatt/tiktokjs/ |
Ondersteunde Talen | 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 } |