Cling Button Firefox

Examine source code of Cling Button

Inspect and view changes in Cling Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "5.0.7",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "contextMenus"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://cling.com/*"
      ],
      "js": [
        "cling_content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "service_worker.js"
    ]
  },
  "icons": {
    "128": "icons/icon_128.png",
    "192": "icons/icon_192.png",
    "256": "icons/icon_256.png",
    "512": "icons/icon_512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{799cae34-c122-42e7-bdf3-bfaec217ccfb}"
    }
  },
  "browser_action": {
    "default_title": "__MSG_name__",
    "default_popup": "popup.html"
  }
}

Best Cling Button Alternatives

Here are some Firefox add-ons that are similar to Cling Button: