Bubble Cursor Green Firefox

Examine source code of Bubble Cursor Green

제작자: plucafs Add-on
Inspect and view changes in Bubble Cursor Green source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Bubble Cursor",
  "version": "1.0.1",
  "description": "Bubble cursors that shrinks and grows to select links on a page",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Bubble cursor"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "icons": {
    "32": "icons/icon_32.png",
    "64": "icons/icon_64.png",
    "128": "icons/icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bubblecursor@plucafs",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Bubble Cursor Green 대안

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