FB Get Notifications Shortcut Firefox

Examine source code of FB Get Notifications Shortcut

Inspect and view changes in FB Get Notifications Shortcut source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "FB Get Notifications Shortcut",
  "description": "No more adding '.' to a post just to get notifications. Get a quick button next to your like button for easy access.",
  "version": "1.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "http://*.facebook.com/",
    "https://*.facebook.com/"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "http://www.facebook.com/*",
        "https://www.facebook.com/*"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "myscript.js"
      ]
    }
  ]
}

Best FB Get Notifications Shortcut Alternatives

Here are some Firefox add-ons that are similar to FB Get Notifications Shortcut: