Webchat Blur Firefox

Examine source code of Webchat Blur

Inspect and view changes in Webchat Blur source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Webchat Blur",
  "description": "Blur display on webchat app's until you hover on it.",
  "version": "1.0.1",
  "author": "Abdul Pasaribu",
  "browser_specific_settings": {
    "gecko": {
      "id": "webchat-blur@sujeet",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "16": "icon-16x16.png",
    "48": "icon-48x48.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "css": [
        "web-whatsapp.css"
      ],
      "js": [
        "web-whatsapp.js"
      ]
    },
    {
      "matches": [
        "https://web.telegram.org/k/*"
      ],
      "css": [
        "web-telegram-k.css"
      ],
      "js": [
        "web-telegram.js"
      ]
    },
    {
      "matches": [
        "https://web.telegram.org/z/*"
      ],
      "css": [
        "web-telegram-z.css"
      ],
      "js": [
        "web-telegram.js"
      ]
    },
    {
      "matches": [
        "https://web.telegram.org/?legacy=1#/*"
      ],
      "css": [
        "web-telegram-old.css"
      ],
      "js": [
        "web-telegram.js"
      ]
    }
  ]
}

Mejores alternativas Webchat Blur

Aquí hay algunas Firefox add-ons que son similares a Webchat Blur: