Github Star Reminder Firefox

Examine source code of Github Star Reminder

Inspect and view changes in Github Star Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Github Star Reminder",
  "version": "1.0",
  "description": "Github star reminder",
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "index.js"
  ],
  "permissions": [
    "*://*.github.com/*",
    "activeTab",
    "webRequest"
  ]
}

Best Github Star Reminder Alternatives

Here are some Firefox add-ons that are similar to Github Star Reminder: