Chirpy Firefox

Examine source code of Chirpy

Inspect and view changes in Chirpy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "2.1resigned1",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "http://chirpingchirpy.com",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "{7a6e41c1-149a-4a5b-b428-29efb825f7c8}"
    }
  },
  "background": {
    "scripts": [
      "lib/responsivevoice.js",
      "js/background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-play-16.png",
    "32": "icons/icon-play-32.png",
    "48": "icons/icon-play-48.png",
    "64": "icons/icon-play-64.png",
    "96": "icons/icon-play-96.png",
    "128": "icons/icon-play-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon-play-96.png",
    "default_title": "__MSG_browserActionTitleStopped__"
  },
  "options_ui": {
    "page": "html/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/chirpy.js"
      ]
    }
  ]
}

Best Chirpy Alternatives

Here are some Firefox add-ons that are similar to Chirpy: