Page change notifier Firefox

Examine source code of Page change notifier

By: nouc
Inspect and view changes in Page change notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "notifier.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/notifier-48.png"
    },
    "default_title": "Page checker"
  },
  "icons": {
    "64": "icons/notifier-48.png"
  },
  "description": "Monitor speific page part and notify about it",
  "manifest_version": 2,
  "name": "Page change notifier",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "page-change-notifier@nouc.dev"
    }
  },
  "web_accessible_resources": [
    "sound/ringtone.mp3"
  ],
  "version": "1.0"
}

Best Page change notifier Alternatives

Here are some Firefox add-ons that are similar to Page change notifier: