RSS Feed Generator for any site

RSS Feed Generator for any site

Your favorite site don't have RSS? It's not problem — Create RSS feed for any site in one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "2.2.3",
  "author": "GOODEXTENSIONS Team",
  "homepage_url": "https://rssgenerator.mooo.com/",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_icon": "img/icon_default.png",
    "default_popup": "popup.html",
    "default_title": "Click to view RSS feeds for this page"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "icons": {
    "128": "img/icon_128.png"
  }
}