TikTok™ Plus for Desktop

Experience TikTok™ for desktop or PC like never before: a Chrome extension that brings exciting and creative content to your screen

TikTok™ Plus for Desktop란 무엇입니까?

TikTok™ Plus for Desktop은(는) BlueApps.inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Experience TikTok™ for desktop or PC like never before: a Chrome extension that brings exciting and creative content to your screen"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TikTok™ Plus for Desktop 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Experience TikTok™ like never before with our innovative Chrome extension! TikTok™ for Desktop brings the magic of this trending video platform directly to your desktop screen. It's time to dive into the exciting world of short videos, spontaneity, and authenticity, all from the comfort of your browser!

🌟 Explore and Download: Browse through an endless stream of creative and exciting content on TikTok™. And that's not all! You can also download your favorite videos to watch offline whenever you want.

📱 Mobile Experience on Your Desktop: Missing the feel of using TikTok on your mobile device? Look no further! Our extension emulates the mobile experience, allowing you to enjoy all the unique features and characteristics right on your desktop.

🎵 Incredible Sound Library: Boost your creativity by adding millions of music tracks and fresh sounds to your videos. With regular updates across all genres, you'll never run out of options to bring your creations to life!

🌎 Build Your Community: Join a global community of TikTok™ creators and enthusiasts. Explore exciting videos, follow your favorite creators, and share your highlights with the world.

🎉 Simple Steps:

Visit tiktok.com
Click on the icon of our extension in the top corner of your browser.
Immerse yourself in the TikTok™ fun on your desktop!
No more device limitations, no more FOMO (fear of missing out). TikTok™ for Desktop offers you the complete experience in every second that counts. Ready to dive into the excitement? Install the extension now and let the uninterrupted TikTok™ fun begin!                    

확장 프로그램 기본 정보

이름 TikTok™ Plus for Desktop TikTok™ Plus for Desktop
ID halgkiafkebikafbeebhchkpfamkmjeh
공식 URL https://chromewebstore.google.com/detail/tiktok-plus-for-desktop/halgkiafkebikafbeebhchkpfamkmjeh
설명 Experience TikTok™ for desktop or PC like never before: a Chrome extension that brings exciting and creative content to your screen
파일 크기 166 KB
설치 횟수 737
현재 버전 1.0.4
최근 업데이트 2024-01-09
출시 날짜 2023-09-04
평점 4.80/5 총 5 개의 평점
개발자 BlueApps.inc
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,fi,sv,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.4",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/index.css",
                "css\/overlay.css"
            ],
            "js": [
                "overlay\/overlay.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "scripting",
        "storage",
        "declarativeContent",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ]
}