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": "chichi-pui pager - Unofficial improved version of chichi-pui pager", "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\u5185\u306e\u30da\u30fc\u30b8\u30e3\u30fc\u304b\u3089\u5404\u30da\u30fc\u30b8\u306b\u79fb\u52d5\u3057\u3084\u3059\u304f\u3059\u308b\u305f\u3081\u306b\u72ec\u81ea\u306b\u6539\u826f\u3057\u305f\u30da\u30fc\u30b8\u30e3\u30fcChrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "version": "0.0.6", "manifest_version": 3, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.chichi-pui.com\/users\/*", "https:\/\/www.chichi-pui.com\/dashboard\/*" ], "exclude_matches": [], "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\/*", "https:\/\/www.chichi-pui.com\/*" ], "resources": [ "content.js" ], "use_dynamic_url": true } ] }