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\u8ca9\u58f2\u691c\u7d22\uff08\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u30fc\uff09", "version": "1.0.5", "description": "\u691c\u7d22\u30d5\u30a3\u30eb\u30bf\u30fc\u306b\u300cAmazon\u304c\u8ca9\u58f2\u767a\u9001\u3059\u308b\u5546\u54c1\u300d\uff08&emi=AN1VRQENFRJN5\uff09\u3084\u300c\u5024\u6bb5\u6307\u5b9a\u300d\uff08low-praice\/high-price\uff09\u306e\u9805\u76ee\u3092\u4f5c\u308a\u307e\u3059\u3002", "permissions": [ "activeTab", "scripting" ], "content_scripts": [ { "matches": [ "*:\/\/www.amazon.co.jp\/*s?k=*" ], "js": [ "content.js" ] } ], "icons": { "128": "128.png" } }