Stack Me First Firefox

Examine source code of Stack Me First

Inspect and view changes in Stack Me First source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Stack Me First",
  "version": "5.0.0",
  "description": "Highlight and sort answers posted by current user in Stack overflow to the top",
  "author": "Anwesh Gangula",
  "homepage_url": "https://github.com/AnweshGangula/StackMeFirst#readme",
  "content_scripts": [
    {
      "js": [
        "src/entries/contentScript/primary/main.js"
      ],
      "css": [
        "src/entries/contentScript/primary/content.css"
      ],
      "matches": [
        "*://*.stackoverflow.com/*",
        "*://*.stackexchange.com/*",
        "*://*.mathoverflow.net/*",
        "*://*.askubuntu.com/*",
        "*://*.superuser.com/*",
        "*://*.serverfault.com/*",
        "*://*.stackapps.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "19": "icons/19.png",
    "32": "icons/32.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "96": "icons/96.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png"
  },
  "options_ui": {
    "page": "src/entries/options/index.html",
    "open_in_tab": true,
    "chrome_style": false
  },
  "permissions": [
    "tabs",
    "storage",
    "identity",
    "*://api.stackexchange.com/*",
    "https://api.segment.io/*",
    "*://*.stackoverflow.com/*",
    "*://*.stackexchange.com/*",
    "*://*.mathoverflow.net/*",
    "*://*.askubuntu.com/*",
    "*://*.superuser.com/*",
    "*://*.serverfault.com/*",
    "*://*.stackapps.com/*"
  ],
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "browser_action": {
    "default_title": "Stack Me First",
    "default_icon": "./icons/StackMeFirst_disabled.png",
    "default_popup": "src/entries/popup/index.html"
  },
  "web_accessible_resources": [
    "src/entries/contentScript/primary/content.css",
    "icons/StackMeFirst.png",
    "assets/src/entries/contentScript/primary/main.db8eceb9.js",
    "assets/logo.13ed87d8.svg",
    "assets/stackAPI.f5179030.js",
    "assets/Header.b4859c6a.js",
    "assets/LinkedQues.ccc73edd.js",
    "assets/main.e732168e.css",
    "assets/Header.de905af4.css",
    "assets/LinkedQues.1efa3f65.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d86c700e-ef2b-4ce4-a2b1-23156eaeb2b5}",
      "strict_min_version": "79.0"
    }
  }
}

Best Stack Me First Alternatives

Here are some Firefox add-ons that are similar to Stack Me First: