Oliverfy Firefox

Examine source code of Oliverfy

By: bran
Inspect and view changes in Oliverfy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Oliverfy",
  "version": "1.0.0",
  "description": "Add Oliver to youtube thumbnails (mostly made by LiamHarrison25)",
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/images/*.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "24": "assets/icons/icon-24.png",
      "32": "assets/icons/icon-32.png",
      "128": "assets/icons/icon-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Oliverfy"
  },
  "icons": {
    "16": "assets/icons/icon-16.png",
    "24": "assets/icons/icon-24.png",
    "32": "assets/icons/icon-32.png",
    "128": "assets/icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "oliverfy@bran.lol"
    }
  }
}

Best Oliverfy Alternatives

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