Story Downloader

Story Downloader

With the Story Downloader you can view stories anonymously and download them for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Story Downloader",
  "version": "1.0",
  "description": "With the Story Downloader you can view stories anonymously and download them for free.",
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "browser_action": {
    "default_icon": "logo.png"
  },
  "icons": {
    "128": "logo_128.png"
  }
}