TikTok Mobile View & No Watermark Download

TikTok Mobile View & No Watermark Download

TikTok Mobile View & Download TikTok Video without watermark. Watch tik tok from your browser like your phone

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "/ext/background_files/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "/ext/page_files/icon_128.png"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/ext/page_files/for_link/for_link.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "all_frames": true,
      "js": [
        "/ext/page_files/for_page.js"
      ],
      "matches": [
        "*://*.tiktok.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "/ext/page_files/icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "40",
  "name": "__MSG_name__",
  "permissions": [
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "web_accessible_resources": [
    "ext/page_files/dl.png",
    "*.css",
    "*.js"
  ]
}