The Planet Firefox

Examine source code of The Planet

Inspect and view changes in The Planet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "theplanetrepair@official"
    }
  },
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "64": "icon/64.png",
    "128": "icon/128.png",
    "256": "icon/256.png",
    "512": "icon/512.png"
  },
  "name": "The Planet",
  "version": "2024.1",
  "description": "Help the planet without any extra effort. Just like that.",
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "app/background/api.js",
      "app/background/index.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "app/content-script/install-pixel.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon/32.png",
    "default_title": "Planet Repair",
    "default_popup": "app/popup/index.html"
  },
  "manifest_version": 2
}

Best The Planet Alternatives

Here are some Firefox add-ons that are similar to The Planet: