openbubble Firefox

Examine source code of openbubble

제작자: loki
Inspect and view changes in openbubble source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "openbubble",
  "version": "0.1",
  "description": "Surf the internet in the background to burst users data bubble.",
  "homepage_url": "https://github.com/mehrpouya/openbubble",
  "icons": {
    "48": "icons/openbubble-48.png",
    "96": "icons/openbubble-96.png"
  },
  "permissions": [
    "webRequest",
    "<all_urls>",
    "alarms",
    "tabs",
    "storage"
  ],
  "page_action": {
    "default_icon": "icons/openbubble.png",
    "default_title": "openbubble"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "55.0a2"
    }
  },
  "background": {
    "scripts": [
      "openbubble.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentParser.js"
      ]
    }
  ]
}

최고의 openbubble 대안

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