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", "manifest_version": 3, "name": "Amazon\u30bb\u30fc\u30eb\u30d5\u30a3\u30eb\u30bf\u30fc", "description": "Amazon\u306e\u30bb\u30fc\u30eb\u54c1\u3084\u5272\u5f15\u5546\u54c1\u3068\u3044\u3063\u305f\u304a\u8cb7\u3044\u5f97\u5546\u54c1\u306e\u307f\u3092\u8868\u793a\u3059\u308b\u30d5\u30a3\u30eb\u30bf\u30fc\u6a5f\u80fd\u3092\u63d0\u4f9b\u3057\u307e\u3059\uff0e", "version": "0.1.2", "permissions": [ "activeTab", "storage", "webNavigation" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.jp\/*" ], "js": [ "content.js" ], "css": [ "switch.css" ] } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "commands": { "sale-filter-toggle": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" }, "description": "Sale Show\/Hide", "global": false } }, "icons": { "16": "img\/asf.png", "24": "img\/asf.png", "32": "img\/asf.png", "48": "img\/asf.png", "128": "img\/asf.png" } }