難以名狀的右鍵載圖姬

難以名狀的右鍵載圖姬

Right-Click to Save Pictures from Pixiv, NicoSeiga, and Tinami

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "難以名狀的右鍵載圖姬",
  "version": "1.0",
  "description": "Right-Click to Save Pictures from Pixiv, NicoSeiga, and Tinami",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "32": "img/icon32.png",
    "57": "img/icon57.png"
  },
  "permissions": [
    "downloads",
    "contextMenus",
    "notifications",
    "http://api.neko.maid.tw/"
  ]
}