QuickReply for Reddit Firefox

Examine source code of QuickReply for Reddit

제작자: croft70
Inspect and view changes in QuickReply for Reddit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuickReply for Reddit",
  "version": "1.2.1",
  "description": "Quickly reply to comments and submissions from multiple accounts without logging off.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "options_ui": {
    "page": "./options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "webRequest",
    "notifications",
    "tabs",
    "https://oauth.reddit.com/*",
    "https://reddit.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9c1ad00b-2bb7-48a3-8819-79cc698278db}"
    }
  }
}

최고의 QuickReply for Reddit 대안

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