Tiktok Darkmode + Multi Column
Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword
Hvad er Tiktok Darkmode + Multi Column?
Tiktok Darkmode + Multi Column er en Chrome-udvidelse udviklet af khongoton, og dens hovedfunktion er "Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword".
Udvidelsesskærmbilleder
Download Tiktok Darkmode + Multi Column-udvidelses-CRX-fil
Download Tiktok Darkmode + Multi Column-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | difcdomjkpnmjibgacmplpamjfnbofli |
| Officiel URL | https://chromewebstore.google.com/detail/tiktok-darkmode-+-multi-c/difcdomjkpnmjibgacmplpamjfnbofli |
| Beskrivelse | Enable dark mode and multi column design on TikTok website. Hide video by tag or keyword |
| Filstørrelse | 22.21 KB |
| Antal Installationer | 469 |
| Nuværende Version | 2.0.3 |
| Senest Opdateret | 2023-11-21 |
| Udgivelsesdato | 2022-04-24 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | khongoton |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://github.com/tnsatt/tiktokjs/ |
| Understøttede Sprog | 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
} | |