Hide Recent Subreddits Store Firefox

Examine source code of Hide Recent Subreddits Store

Inspect and view changes in Hide Recent Subreddits Store source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Hide Recent Subreddits Store",
  "version": "1.3",
  "description": "Hide recent subreddits section from reddit.com",
  "homepage_url": "https://github.com/khshourov/plugin-hide-recent-subreddits",
  "icons": {
    "48": "icons/hrs-48.png",
    "96": "icons/hrs-96.png"
  },
  "page_action": {
    "default_icon": {
      "16": "icons/toolbar/hidden/hrs-16.png",
      "32": "icons/toolbar/hidden/hrs-32.png",
      "64": "icons/toolbar/hidden/hrs-64.png"
    },
    "default_title": "Hide recent subreddits!",
    "show_matches": [
      "https://www.reddit.com/*"
    ]
  },
  "background": {
    "scripts": [
      "toolbar-button-handler.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/*"
      ],
      "js": [
        "hide-recent-subreddits.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "plugin-hide-recent-subreddits.shourov.kamrul@gmail.com"
    }
  }
}

Best Hide Recent Subreddits Store Alternatives

Here are some Firefox add-ons that are similar to Hide Recent Subreddits Store: