SaveTik - Tik Tok Downloader

SaveTik - Tik Tok Downloader

SaveTik - Tik Tok Downloader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "author": "savetik",
  "browser_action": {
    "default_icon": "img/icon_32.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "./js/jquery-1.8.3.js",
        "./js/content-script.js"
      ],
      "matches": [
        "https://www.tiktok.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "homepage_url": "https://savetik.net",
  "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": "1.3",
  "web_accessible_resources": [
    "css/download.svg"
  ]
}