Gelbooru APP

Gelbooru APP

Приложение для расширения функционала сайта gelbooru.com | 2018 © Eugene Garaev | WebMoney: R271622380929

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "48.png"
  },
  "content_scripts": [
    {
      "js": [
        "picSH.js"
      ],
      "matches": [
        "https://gelbooru.com/index.php?page=post&s=view&id=*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "jquery-3.0.0.min.js",
        "picsSH.js"
      ],
      "matches": [
        "https://gelbooru.com/index.php?page=post&s=list*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "jquery-3.0.0.min.js",
        "favsrc.js"
      ],
      "matches": [
        "https://gelbooru.com/index.php?page=favorites&s=view&id=*"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "description": "Приложение для расширения функционала сайта gelbooru.com | 2018 © Eugene Garaev | WebMoney: R271622380929",
  "manifest_version": 2,
  "name": "Gelbooru APP",
  "permissions": [
    "tabs",
    "*://*/*",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "backgroundscript.js"
    ],
    "persistent": false
  },
  "version": "1.1"
}