RHP | Random Hentai Picture

RHP | Random Hentai Picture

Create a "Random" button, click it to display a random image of the supported websites on the supported websites (hentai websites).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RHPB | Random H Picture Button",
  "version": "1.2",
  "description": "Random button on different web site.",
  "icons": {
    "48": "icons/icon-B.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-B.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "borderify.js"
      ]
    }
  ]
}