B Firefox

Examine source code of B

Inspect and view changes in B source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "🅱️",
  "description": "Replace the letter B with the 🅱️ emoji everywhere.",
  "version": "3.1",
  "author": "Daniel Ting",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "TextObserver.min.js",
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "128": "./assets/b.png"
  },
  "browser_action": {},
  "browser_specific_settings": {
    "gecko": {
      "id": "b@example.com"
    }
  }
}

Melhores alternativas B

Aqui estão algumas Firefox add-ons que são similares a B: