OnChrome Firefox

Examine source code of OnChrome

Inspect and view changes in OnChrome source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Open certain URLs on Chrome",
  "manifest_version": 2,
  "name": "OnChrome",
  "version": "1.0.2",
  "applications": {
    "gecko": {
      "id": "onchrome@gervas.io",
      "strict_min_version": "61.0"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "options.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "permissions": [
    "nativeMessaging",
    "tabs",
    "contextMenus",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}

Best OnChrome Alternatives

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