Video Downloader For Tiktok

Video Downloader For Tiktok

TikTok Video Downloader - GitVid is a Firefox extension that lets you download any TikTok video to your device with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tiktok Video Downloader - GitVid",
  "version": "1.2",
  "description": "TikTok Video Downloader - GitVid is a Firefox extension that adds a button next to any TikTok video you view on your web browser. When you click the button, you will be redirected to my website, gitvid.com, where you can download the video with or without watermarks, and in high-quality HD resolution. TikTok Video Downloader - GitVid also lets you access more features and options for downloading and managing your TikTok videos on gitvid.com. Whether you want to save your favorite TikTok clips, share them with your friends, or edit them for your own projects, TikTok Video Downloader - GitVid makes it easy and fast. Try it today and see for yourself!",
  "icons": {
    "48": "icons/tiktok-video-downloader-icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "js": [
        "tiktok-video-downloader.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}