RedSearch

RedSearch

RedSearch is a must-have Chrome Extension for all Reddit enthusiasts. It makes searching Reddit posts and content on Google.com a…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RedSearch",
  "version": "1.0",
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "https://www.google.com/*"
      ],
      "run_at": "document_start"
    }
  ]
}