TikNot - Watch without logging in!

TikNot - Watch without logging in!

Watch TikTok videos without logging in!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Watch TikTok videos without logging in! Just open a TikTok link and this extension will redirect you to TikNot",
  "homepage_url": "https://github.com/ToastEnergy/TikNot-Ext/",
  "manifest_version": 2,
  "name": "Tiknot",
  "version": "1.0",
  "permissions": [
    "tabs",
    "storage",
    "webNavigation",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "55.0"
    }
  },
  "icons": {
    "48": "icons/tiknot48.png",
    "96": "icons/tiknot96.png"
  },
  "browser_action": {
    "default_title": "Copy link to TikNot",
    "default_icon": {
      "48": "icons/tiknot48.png"
    }
  }
}