Analyse live TIKTOK comments

Analyse live TIKTOK comments

Analyse live TIKTOK comments - v2023

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Analyse live TIKTOK comments",
  "description": "Analyse live TIKTOK comments - v2023",
  "version": "1.04",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.tiktok.com/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "jquery-ui.min.js",
        "jquery.dataTables.min.js",
        "chart.min.js",
        "content.js"
      ],
      "css": [
        "jquery-ui.min.css"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "https://www.tiktok.com/*",
    "https://tiktok.com/*"
  ],
  "manifest_version": 3
}