TikTok Giveaway Picker - EasyComment

TikTok Giveaway Picker - EasyComment

TikTok Comment Picker&Export: Choose a winner from TikTok comments and export all comments with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "homepage_url": "https://easycomment.ai/",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*.tiktok.com/*"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "js": [
        "add-button-script.js"
      ],
      "css": [],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": {
      "128": "icons/128.png"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "images/*"
      ],
      "matches": [
        "*://*.tiktok.com/*"
      ]
    }
  ],
  "version": "1.1.8",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}