Reddit Summarizer Firefox

Examine source code of Reddit Summarizer

Por: Yem Add-on
Inspect and view changes in Reddit Summarizer source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reddit Summarizer",
  "version": "1.4.2",
  "description": "Summarize Reddit posts with AI",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://www.reddit.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "reddit-summarizer-preyem@preyem.me",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "512": "icons/icon-512.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Reddit Summarizer by PreYem",
    "default_icon": {
      "512": "icons/icon-512.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Mejores alternativas Reddit Summarizer

Aquí hay algunas Firefox add-ons que son similares a Reddit Summarizer: