ssstik - TikTok Downloader

ssstik - TikTok Downloader

ssstik - TikTok Video Downloader is a powerful and convenient tool that allows users to download their favorite TikTok videos directly from their browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "ssstik - TikTok Downloader",
  "version": "1.0",
  "description": "ssstik - TikTok Video Downloader is a powerful and convenient tool that allows users to download their favorite TikTok videos directly from their browser.",
  "homepage_url": "https://ssstik.tv/",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "TikTok Downloader",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{be435cc3-66e6-4ca0-879b-7702ab7610a4}"
    }
  }
}