Revealancer Firefox

Examine source code of Revealancer

제작자: PouriaM
Inspect and view changes in Revealancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Revealancer",
  "version": "2.0",
  "description": "Reveal more info about projects in first page of freelancer.com.",
  "icons": {
    "48": "icons/rl-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.freelancer.com/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://www.freelancer.com/*",
    "menus",
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "57.0a1"
    }
  }
}

최고의 Revealancer 대안

다음은 Revealancer과(와) 유사한 Firefox add-on입니다: