PR Sentiment Analyzer Firefox

Examine source code of PR Sentiment Analyzer

Inspect and view changes in PR Sentiment Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Analyzes sentiment of comments on github pull requests",
  "manifest_version": 2,
  "name": "PRS-A - Pull Request Sentiment Analyzer",
  "version": "1.3.2resigned1",
  "homepage_url": "https://github.com/olore/prs-a",
  "icons": {
    "48": "brain.png"
  },
  "permissions": [
    "*://developer.mozilla.org/*",
    "activeTab",
    "storage",
    "tabs",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "background-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*/pull/*",
        "*://*/*/pull-requests/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "page_action": {
    "default_title": "PRS-A - Pull Request Sentiment Analyzer",
    "default_icon": {
      "16": "brain.png",
      "32": "brain.png"
    },
    "show_matches": [
      "*://*/*/pull/*",
      "*://*/*/pull-requests/*"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7d45d013-5b0e-49f9-ae08-11ee5fb4f2f7}"
    }
  }
}

Best PR Sentiment Analyzer Alternatives

Here are some Firefox add-ons that are similar to PR Sentiment Analyzer: