SubMute Firefox

Examine source code of SubMute

제작자: mikesuds
Inspect and view changes in SubMute source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SubMute — Toolbar Mute",
  "short_name": "SubMute Toolbar",
  "version": "1.3.2",
  "description": "Top-right toolbar to mute the subreddit of the post under your cursor. Draggable fixed-size box with popup to manage muted subs.",
  "permissions": [
    "storage",
    "tabs",
    "*://*.reddit.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "submute@suds.v2"
    }
  },
  "browser_action": {
    "default_title": "SubMute",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  }
}

최고의 SubMute 대안

다음은 SubMute과(와) 유사한 Firefox add-on입니다: