Custom top sort for Reddit Firefox

Examine source code of Custom top sort for Reddit

Inspect and view changes in Custom top sort for Reddit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom top sort for Reddit",
  "version": "0.1.3",
  "description": "Allow Reddit's top sort to use other time durations than the default ones.",
  "icons": {
    "48": "icon/icon_48.png",
    "96": "icon/icon_96.png",
    "128": "icon/icon_128_padding.png"
  },
  "permissions": [
    "*://*.reddit.com/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "oldReddit.js",
        "newReddit.js",
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f9a8829c-e1cc-40c7-9c5b-d14f4c975ffc}"
    }
  }
}

Best Custom top sort for Reddit Alternatives

Here are some Firefox add-ons that are similar to Custom top sort for Reddit: