TikTok™ for Desktop

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

什麼是TikTok™ for Desktop?

TikTok™ for Desktop是由BlueApps.inc開發的Chrome擴展程式,該擴展的主要功能是“Experience TikTok™ for desktop like never before: a Chrome extension that brings exciting and creative content to your screen”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載TikTok™ for Desktop擴展crx文件

下載TikTok™ for Desktop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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™ for Desktop TikTok™ for Desktop
ID cdphkkecaejjijafinepmkefiegpkdjf
官方網址 https://chromewebstore.google.com/detail/tiktok-for-desktop/cdphkkecaejjijafinepmkefiegpkdjf
簡介 Experience TikTok™ for desktop like never before: a Chrome extension that brings exciting and creative content to your screen
檔案大小 394 KB
安裝次數 70,000
目前版本 1.2.1
更新時間 2024-02-29
上架時間 2021-12-28
評分 3.18/5 共 51 次評分
開發者 BlueApps.inc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://devfunny.com/
支援的語言 de,en,fr,nl,no,vi,tr,ca,da,et,es,es-419,it,lt,pt-BR,pt-PT,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.2.1",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js",
                "frame.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "pages\/back\/link.js"
            ]
        },
        {
            "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",
        "system.display"
    ],
    "host_permissions": [
        ""
    ]
}