TikTokFull - Download Video TikTok, Douyin

TikTokFull - Download Video TikTok, Douyin

Tiktokfull is one of the best tiktok video downloader available online to download TikTok videos without a watermark

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "0xjeff",
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon_32.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/style.css"
      ],
      "js": [
        "./js/jquery-1.8.3.js",
        "./js/content-script.js",
        "js/common.js"
      ],
      "matches": [
        "https://www.tiktok.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://tiktokfull.com",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "64": "img/icon_64.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.2.3",
  "web_accessible_resources": [
    "img/download_16.png",
    "img/pro.png"
  ]
}