Comment Searcher Firefox

Examine source code of Comment Searcher

Por: yst
Inspect and view changes in Comment Searcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Comment Searcher",
  "version": "1.0",
  "description": "Search YouTube/Reddit comments by words in any order",
  "browser_specific_settings": {
    "gecko": {
      "id": "comment-searcher@yasas-sri.github.io",
      "strict_min_version": "113.0"
    }
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Comment Searcher",
    "default_icon": {
      "16": "searchicon.png",
      "48": "searchicon.png",
      "128": "searchicon.png"
    }
  },
  "icons": {
    "16": "searchicon.png",
    "48": "searchicon.png",
    "128": "searchicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://www.reddit.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Mejores alternativas Comment Searcher

Aquí hay algunas Firefox add-ons que son similares a Comment Searcher: