Danbooru Random Everything

Danbooru Random Everything

Add a general random post button on all pages on Danbooru web site. Add a random button for each tag in posts list and current post.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Danbooru Random All",
  "version": "1.0",
  "description": "Add a general random post button on all pages on Danbooru. Add a random button for each tag in posts list and current post.",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.danbooru.donmai.us/*"
      ],
      "js": [
        "dan.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{00f8a8d6-e313-406a-a52f-dcf2c425e942}"
    }
  }
}