TikTok Background Play Firefox

Examine source code of TikTok Background Play

By: Nostrum
Inspect and view changes in TikTok Background Play source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "TikTok Background Play",
  "description": "Permet à TikTok de continuer la lecture audio et vidéo en arrière-plan, même lorsque l’onglet est inactif ou masqué.",
  "version": "1.0",
  "permissions": [
    "tabs",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tiktok-background-play@addons.mozilla.org",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.tiktok.com/*"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best TikTok Background Play Alternatives

Here are some Firefox add-ons that are similar to TikTok Background Play: