Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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 } ] }