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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tiktok Darkmode + Multi Column 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}