Booru Slideshow

Booru Slideshow

A slideshow extension for Booru sites, intended to save you from having to manually navigate between images, so that you can relax and just enjoy them at your pace.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Booru Slideshow",
  "short_name": "Booru SS",
  "description": "View a slideshow from a Booru site based on your search.",
  "version": "10.2",
  "action": {
    "default_icon": "img/bs_icon_19.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1bb0deba-416a-4848-b119-9b94f37a268d}",
      "strict_min_version": "42.0"
    }
  },
  "incognito": "spanning",
  "icons": {
    "16": "img/bs_icon_16.png",
    "48": "img/bs_icon_48.png",
    "128": "img/bs_icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "storage",
    "webRequest",
    "declarativeNetRequestWithHostAccess",
    "downloads"
  ],
  "host_permissions": [
    "https://booru.allthefallen.moe/",
    "https://danbooru.donmai.us/*",
    "https://derpibooru.org/*",
    "https://e621.net/*",
    "https://*.gelbooru.com/*",
    "https://konachan.com/*",
    "https://rule34.xxx/*",
    "https://safebooru.org/*",
    "https://xbooru.com/*",
    "https://yande.re/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_header_referer",
        "enabled": false,
        "path": "rules_header_referer.json"
      }
    ]
  }
}