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\u6ce8\u6587\u5c65\u6b74\u306e\u975e\u8868\u793a", "version": "1.0.2", "description": "Amazon\u6ce8\u6587\u5c65\u6b74\u3092\u6ce8\u6587\u756a\u53f7\u307e\u305f\u306f\u5546\u54c1\u540d\u3067\u975e\u8868\u793a\u306b\u3057\u307e\u3059", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "storage", "scripting" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "default_title": "\u6ce8\u6587\u5c65\u6b74\u306e\u975e\u8868\u793a\u8a2d\u5b9a", "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.jp\/*\/order-history*", "https:\/\/www.amazon.co.jp\/*\/orders*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] }