KosherPlay Firefox

Examine source code of KosherPlay

제작자: Aysko
Inspect and view changes in KosherPlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "KP Image filtering",
  "manifest_version": 2,
  "name": "KosherPlay",
  "version": "1.9",
  "icons": {
    "48": "favicon.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "./js/register.js",
      "./js/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "kosherplay@aysko.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.kosherplay.com/*"
      ],
      "js": [
        "./js/borderify.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.kosherplay.com/*"
      ],
      "css": [
        "./css/content.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/titleManipulator.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/titleManipulator.js"
      ],
      "run_at": "document_start"
    }
  ]
}

최고의 KosherPlay 대안

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