Monitor Review Finder Firefox

Examine source code of Monitor Review Finder

By: Sean
Inspect and view changes in Monitor Review Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Monitor Review Finder",
  "version": "1.1.0",
  "summary": "Supplements listings for used monitors with information from the Rtings review site.",
  "description": "This extension will run on some specific web pages that contain advertisements for PC monitors. If it finds a monitor that has been reviewed on the RTINGS review site, it will grab the review scores from there and add them to the advertisement page, so you can see how good a monitor is without the extra steps of looking for it yourself.\n\nThe link added to the page goes to the full review so you can check out the details.\n\nThis project is open source, and contributions are welcome: https://github.com/GuacOn/monitor-info-grabber",
  "permissions": [
    "activeTab",
    "storage",
    "*://*.gumtree.com.au/s-monitors/*",
    "https://api.openai.com/v1/chat/completions",
    "https://www.rtings.com/search",
    "*://*.reddit.com/r/hardwareswap/comments/*"
  ],
  "icons": {
    "96": "icons/border-96.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.gumtree.com.au/s-monitors/*"
      ],
      "js": [
        "MIGCore.js",
        "site-gumtree-search.js"
      ]
    },
    {
      "matches": [
        "*://*.gumtree.com.au/s-ad/*"
      ],
      "js": [
        "MIGCore.js",
        "site-gumtree-ad.js"
      ]
    },
    {
      "matches": [
        "*://*.reddit.com/r/hardwareswap/comments/*"
      ],
      "js": [
        "MIGCore.js",
        "site-reddit-hardwareswap-post.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c00adf06-6c35-4fea-9c27-c708f83a4a5e}"
    }
  }
}

Best Monitor Review Finder Alternatives

Here are some Firefox add-ons that are similar to Monitor Review Finder: