WebExtension.net
WebExtension.net

TikTok™ for Desktop

View on Chrome Web Store
View TikTok™ for Desktop Chrome Extension on Chrome Web Store
4.4 (380 ratings)
1 new ratings

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enjoy TikTok™ on your PC: Chrome Extension for creative and exciting content on your desktop
Type
Extension
Users
20,000 users
software.dev.labs
View author page of software.dev.labs
Published
Published on May 21, 2024
Version 1.0.5
Manifest version
3
Updated
Updated on November 1, 2024
View on Chrome Web Store
View TikTok™ for Desktop Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.5",
    "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",
                "*.png",
                "icon128.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/sweetalert2.min.css",
                "css\/dark.css",
                "css\/overlay.css",
                "css\/skin.css"
            ],
            "js": [
                "overlay\/overlay.js",
                "js\/sweetalert2.all.min.js",
                "js\/alertaviso.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/profile?*"
            ],
            "run_at": "document_start",
            "js": [
                "pages\/reload.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "scripting",
        "storage",
        "declarativeContent",
        "declarativeNetRequest",
        "downloads",
        "system.display"
    ],
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*",
        "*:\/\/m.tiktok.com\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top