WebExtension.net
WebExtension.net

puicopy - Copy to clipboard via infotext

View on Chrome Web Store
View puicopy - Copy to clipboard via infotext Chrome Extension on Chrome Web Store
0.0 (0 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

AIイラスト・AIフォト・AIグラビア専用の投稿サイトである『chichi-pui(ちちぷい)』で公開されている呪文・プロンプトを、infotext形式でクリップボードにコピーすることができる機能を提供するChrome拡張機能です。
Type
Extension
Users
134 users
1
shinshin86
View author page of shinshin86
Published
Published on September 15, 2023
Version 0.0.4
Manifest version
3
Updated
Updated on September 5, 2024
View on Chrome Web Store
View puicopy - Copy to clipboard via infotext Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "puicopy - Copy to clipboard via infotext",
    "description": "AI\u30a4\u30e9\u30b9\u30c8\u30fbAI\u30d5\u30a9\u30c8\u30fbAI\u30b0\u30e9\u30d3\u30a2\u5c02\u7528\u306e\u6295\u7a3f\u30b5\u30a4\u30c8\u3067\u3042\u308b\u300echichi-pui\uff08\u3061\u3061\u3077\u3044\uff09\u300f\u3067\u516c\u958b\u3055\u308c\u3066\u3044\u308b\u546a\u6587\u30fb\u30d7\u30ed\u30f3\u30d7\u30c8\u3092\u3001infotext\u5f62\u5f0f\u3067\u30af\u30ea\u30c3\u30d7\u30dc\u30fc\u30c9\u306b\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u6a5f\u80fd\u3092\u63d0\u4f9b\u3059\u308bChrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "version": "0.0.4",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.chichi-pui.com\/posts\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.chichi-pui.com\/posts\/upload\/"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.chichi-pui.com\/*"
            ],
            "resources": [
                "content.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.chichi-pui.com\/*"
            ],
            "resources": [
                "content.js"
            ],
            "use_dynamic_url": true
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top