Swiss pr0n Knife

Swiss pr0n Knife

Helps you sort, display and browse content on different adult websites. (Release #5.)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Swiss pr0n Knife",
  "version": "0.5.0",
  "version_name": "0.5.0",
  "author": "UnusualBits",
  "description": "Helps you sort, display and browse content on different adult websites. (Release #5.)",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "128": "images/icon128.png"
  },
  "page_action": {
    "default_popup": "gui.html",
    "js": "gui.js",
    "css": "generic.css"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.pornhub.com/playlist/*",
        "*://*.pornhubpremium.com/playlist/*",
        "*://gelbooru.com/index.php?page=post*",
        "*://e-hentai.org/s/*",
        "*://rule34.xxx/*"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "content-scripts/pornhub.js",
        "content-scripts/gelbooru.js",
        "content-scripts/rule34.js",
        "content-scripts/gehentai.js",
        "main.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "declarativeContent"
  ]
}