4chan Image Downloader

4chan Image Downloader

Click a link to download every image in a thread!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "4chan Image Downloader",
  "version": "0.0.3",
  "description": "Click a link to download every image in a thread!",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://boards.4chan.org/*/thread/*",
        "https://boards.4chan.org/*/thread/*",
        "http://i.4cdn.org/*",
        "https://i.4cdn.org/*"
      ],
      "js": [
        "init.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "downloader.js"
  ]
}