ThumbSee Firefox

Examine source code of ThumbSee

By: treevar Add-on
Inspect and view changes in ThumbSee source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ThumbSee",
  "version": "1.5",
  "description": "Displays thumbnails on Odysee download pages",
  "content_scripts": [
    {
      "matches": [
        "*://odysee.com/*"
      ],
      "js": [
        "js/common.js",
        "js/thumbsee.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/common.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "html/popup.html"
  },
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{94d50054-6083-4adb-a18a-2b5b227375d3}"
    }
  }
}

Best ThumbSee Alternatives

Here are some Firefox add-ons that are similar to ThumbSee: