Webcomic Preloader

Webcomic Preloader

preload the next page of a webcomic for faster archive binging

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Webcomic Preloader",
  "description": "preload the next page of a webcomic for faster archive binging",
  "version": "3",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "enable automatic preloading for this tab",
    "default_icon": "icons/inactive.png"
  }
}