ChatGPT専用”生成AIプロンプト研究所”Chrome拡張機能版

ChatGPT専用”生成AIプロンプト研究所”Chrome拡張機能版

ChatGPT用プロンプト登録サイト”ChatGPTプロンプト研究所”のChrome拡張機能版です。各種便利機能を多数搭載してます。(このプロンプトは日本語特化です)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "0.5.3",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "webRequest",
    "cookies"
  ],
  "host_permissions": [
    "https://chatgpt.com/*",
    "https://gemini.google.com/*"
  ],
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/contentScript-loader-ff4e9db2.js"
      ],
      "matches": [
        "https://chatgpt.com/*"
      ],
      "css": [
        "css/font-awesome.min.css",
        "assets/contentScript-a4d6f1d7.css",
        "assets/contentScript-b3b210c7.css"
      ]
    },
    {
      "js": [
        "assets/contentScript-loader-f709cb8c.js"
      ],
      "matches": [
        "https://gemini.google.com/*"
      ],
      "css": [
        "css/font-awesome.min.css",
        "assets/contentScript-a4d6f1d7.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://gemini.google.com/*"
      ],
      "resources": [
        "icons/*",
        "img/*",
        "fonts/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "resources": [
        "assets/contentScript-f059580d.js",
        "assets/_plugin-vue_export-helper-4f7c4181.js",
        "assets/useGemini-b9cd9b4d.js",
        "assets/contentScript-21bb0ef8.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "resources": [
        "assets/contentScript-f059580d.js",
        "assets/useGemini-b9cd9b4d.js",
        "assets/_plugin-vue_export-helper-4f7c4181.js",
        "assets/contentScript-836d1839.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "name": "ChatGPT専用”生成AIプロンプト研究所”Chrome拡張機能版",
  "description": "ChatGPT用プロンプト登録サイト”ChatGPTプロンプト研究所”のChrome拡張機能版です。各種便利機能を多数搭載してます。(このプロンプトは日本語特化です)",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}