MyBrowsersPage Firefox

Examine source code of MyBrowsersPage

By: YouWeb
Inspect and view changes in MyBrowsersPage source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "MyBrowsersPage",
  "description": "This extension automatically sets MyBrowsersPage.com as your homepage and new tab page.",
  "manifest_version": 2,
  "version": "1.0.6resigned1",
  "homepage_url": "https://mybrowserspage.com/",
  "icons": {
    "16": "favicon.png",
    "32": "icon32.png",
    "48": "icon48.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "54.0",
      "id": "{625ccffe-8ee3-4031-ad91-cb00cd37601d}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icon16.png"
    },
    "default_title": "MyBrowsersPage",
    "default_popup": "popup.html"
  },
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "cookies",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.mybrowserspage.com/*"
      ],
      "all_frames": false,
      "run_at": "document_end"
    }
  ]
}

Best MyBrowsersPage Alternatives

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