4chan / 4channel downloader

4chan / 4channel downloader

Download all images and files from 4chan or 4channel threads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "4chan / 4channel downloader",
  "version": "1.4.5",
  "manifest_version": 2,
  "description": "Download all images and files from 4chan or 4channel threads",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "https://boards.4chan.org/*",
    "http://boards.4chan.org/*",
    "http://boards.4channel.org/*",
    "https://boards.4channel.org/*",
    "https://i.4cdn.org/*",
    "https://is2.4chan/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://boards.4chan.org/*",
        "http://boards.4chan.org/*",
        "https://boards.4channel.org/*",
        "http://boards.4channel.org/*",
        "https://i.4cdn.org/*",
        "http://i.4cdn.org/*",
        "https://is2.4chan.org/*",
        "http://is2.4chan.org/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_idle"
    }
  ]
}