defaultSortForReddit Firefox

Examine source code of defaultSortForReddit

Inspect and view changes in defaultSortForReddit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "defaultSortForReddit",
  "version": "1.1.2",
  "description": "This add-on will allow users to select default sort options on various Reddit pages",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://www.reddit.com/*",
    "https://www.reddit.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "defaultSortForReddit@gmail"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "author": "Copyright 2025 defaultSortForReddit. All rights reserved."
}

Mejores alternativas defaultSortForReddit

Aquí hay algunas Firefox add-ons que son similares a defaultSortForReddit: