TikTok Downloader

This extension will allow you to download TikTok videos.

What is TikTok Downloader?

TikTok Downloader is a Chrome extension developed by MARA Germany, and its main feature is "This extension will allow you to download TikTok videos.".

Extension Screenshots

screenshot

Download TikTok Downloader Extension CRX File

Download TikTok Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to download the video from a currently opened TikTok tab.                    

Extension Basic Information

Name TikTok Downloader TikTok Downloader
ID nhegjalbjahgkbailmhflalaanckfmfh
Official URL https://chromewebstore.google.com/detail/tiktok-downloader/nhegjalbjahgkbailmhflalaanckfmfh
Description This extension will allow you to download TikTok videos.
File Size 9.08 KB
Installation Count 3,501
Current Version 1.0
Last Updated 2022-01-27
Publish Date 2022-01-27
Rating 3.71/5 Total 7 Ratings
Developer MARA Germany
Email [email protected]
Payment Type free
Privacy Policy Page URL https://mara.network/extensions
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TikTok Downloader",
    "description": "This extension will allow you to download TikTok videos.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "downloads"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "history.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "content_security_policy": []
}