booth無料ダウンロード履歴

booth無料ダウンロード履歴

boothの無料ダウンロード履歴を付ける拡張機能です。

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "booth無料ダウンロード履歴",
  "short_name": "booth log",
  "version": "5.1",
  "description": "boothの無料ダウンロード履歴を付ける拡張機能です。",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://booth.pm/ja/items/*"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "*://*.booth.pm/items/*"
      ],
      "js": [
        "shopPage.js"
      ]
    },
    {
      "matches": [
        "*://booth.pm/*"
      ],
      "js": [
        "addMenu.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "action": {
    "default_popup": "history.html"
  },
  "options_page": "history.html"
}