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": "\u30c7\u30a3\u30ba\u30cb\u30fc\u30db\u30c6\u30eb\u4e88\u7d04\u30c1\u30a7\u30c3\u30ab\u30fc", "description": "\u30c7\u30a3\u30ba\u30cb\u30fc\u30db\u30c6\u30eb\u306e\u4e88\u7d04\u72b6\u6cc1\u3092\u7c21\u5358\u306b\u30c1\u30a7\u30c3\u30af\u3067\u304d\u308bChrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059", "version": "0.0.2", "manifest_version": 3, "content_scripts": [ { "js": [ "assets\/content-script.tsx-loader-79de3454.js" ], "matches": [ "https:\/\/www.tokyodisneyresort.jp\/hotel\/dh.html" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage" ], "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" }, "web_accessible_resources": [ { "matches": [ "https:\/\/www.tokyodisneyresort.jp\/*" ], "resources": [ "content.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/www.tokyodisneyresort.jp\/*" ], "resources": [ "content.js" ], "use_dynamic_url": true } ] }