Cleanify Firefox

Examine source code of Cleanify

By: Armanic
Inspect and view changes in Cleanify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Cleanify",
  "version": "1.2",
  "description": "Effortlessly manage YouTube subscriptions, likes, watch later, and more.",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://myactivity.google.com/page?hl=*"
      ],
      "js": [
        "content.js",
        "content-dislike.js",
        "content-watch.js",
        "content-comment.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "armanhema12@gmail.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Cleanify Alternatives

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