Restart Browser Firefox

Examine source code of Restart Browser

Inspect and view changes in Restart Browser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Restart Browser",
  "version": "2.3",
  "author": "Nacho Vazquez",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "RestartBrowser@timerestart.ga"
    }
  },
  "background": {
    "scripts": [
      "restart/restart.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dialog/open-dialog.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "homepage_url": "https://www.timerestart.ga/",
  "icons": {
    "16": "icons/Restart16.png",
    "32": "icons/Restart32.png",
    "64": "icons/Restart64.png",
    "128": "icons/Restart128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/Restart16.png",
      "32": "icons/Restart32.png",
      "64": "icons/Restart64.png",
      "128": "icons/Restart128.png"
    },
    "default_title": "Restart Browser"
  },
  "permissions": [
    "notifications",
    "webNavigation",
    "tabs",
    "storage",
    "unlimitedStorage",
    "nativeMessaging"
  ]
}

Meilleures alternatives Restart Browser

Voici quelques Firefox add-ons qui sont similaires à Restart Browser :