WebExtension.net
WebExtension.net

Video Downloader for TikTok

View on Chrome Web Store
View Video Downloader for TikTok Chrome Extension on Chrome Web Store
3.7 (3 ratings)

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

Download tiktok.com's videos with a single click or by right-clicking on the video elements
Type
Extension
Users
834 users
2
chandler.stimson
View author page of chandler.stimson
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 5, 2022
Version 0.1.1
Manifest version
3
Updated
Updated on January 6, 2022
View on Chrome Web Store
View Video Downloader for TikTok Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Downloader for TikTok",
    "description": "Download tiktok.com's videos with a single click or by right-clicking on the video elements",
    "version": "0.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/add0n.com\/video-downloader.html",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "data\/inject\/mouse.js",
                "data\/inject\/button.js"
            ],
            "css": [
                "data\/inject\/button.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "data\/inject\/button.svg"
            ],
            "matches": [
                "*:\/\/www.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