Sort for TikTok

Sort for TikTok

Sort videos of TikTok users by the most viewed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sort for TikTok",
  "version": "1.2.8",
  "default_locale": "en",
  "description": "Sort videos of TikTok users by the most viewed.",
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icons/icon_128.png"
  },
  "icons": {
    "128": "icons/icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.tsx-loader.396da74c.js"
      ],
      "matches": [
        "https://www.tiktok.com/*",
        "*://*.facebook.com/*"
      ],
      "css": [
        "assets/index.0cf327b6.css"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "https://www.tiktok.com/",
    "*://*.facebook.com/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "assets/img/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*.facebook.com/*",
        "https://www.tiktok.com/*"
      ],
      "resources": [
        "assets/scroll.a0a60b9e.js",
        "assets/index.tsx.2a480e42.js"
      ],
      "use_dynamic_url": true
    }
  ]
}