Address Bar Splash Firefox

Examine source code of Address Bar Splash

By: Luc
Inspect and view changes in Address Bar Splash source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Address Bar Splash (Page Load Effect)",
  "version": "1.0",
  "description": "Show a small splash/ripple effect near the top of the page when a page begins loading (visual hint near the address bar).",
  "permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{059b704b-a861-42fc-a703-174fcca9350b}"
    }
  }
}

Best Address Bar Splash Alternatives

Here are some Firefox add-ons that are similar to Address Bar Splash: