Feedly Enhancer

Feedly Enhancer

Enhance your Feedly experience by parsing, summarizing, and many other great shortcuts to save time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "WiL",
  "name": "Feedly Enhancer",
  "short_name": "Feedly++",
  "version": "1.9.21",
  "options_page": "options.html",
  "description": "Enhance your Feedly experience by parsing, summarizing, and many other great shortcuts to save time",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "https://cors-anywhere.herokuapp.com/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://feedly.com/*"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "main.js",
    "mercury.web.js"
  ]
}