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": "puitag", "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\u753b\u50cf\u6295\u7a3f\u6642\u306b\u30bf\u30b0\u3092\u4e00\u62ec\u5165\u529b\u3059\u308b\u305f\u3081\u306eChrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "version": "0.0.4", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.chichi-pui.com\/posts\/upload\/" ], "run_at": "document_end", "all_frames": true } ], "options_ui": { "page": "options.html", "open_in_tab": 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 } ] }