TiktokPure Floating Video Firefox

Examine source code of TiktokPure Floating Video

Inspect and view changes in TiktokPure Floating Video source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TiktokPure Floating Video",
  "version": "1.2.2",
  "description": "Pure tiktok video - Floating anywhere",
  "browser_specific_settings": {
    "gecko": {
      "id": "tiktokm-floating-panel@nguyen-quoc-an",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "*://www.tiktok.com/*",
    "*://*.tiktok.com/*",
    "storage",
    "cookies",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://www.tiktok.com/*",
        "*://*.tiktok.com/*"
      ],
      "js": [
        "mobile_view.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.tiktok.com/*",
        "*://*.tiktok.com/*"
      ],
      "js": [
        "tiktok_frame.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}

Best TiktokPure Floating Video Alternatives

Here are some Firefox add-ons that are similar to TiktokPure Floating Video: