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": "\u30e1\u30eb\u30ab\u30ea\u30ea\u30f3\u30af\u30b3\u30cd\u30af\u30bf\u30fc", "short_name": "\u30a2\u30de\u30be\u30f3\u3067\u898b\u3066\u3044\u308b\u5546\u54c1\u3092\u30e1\u30eb\u30ab\u30ea\u3067", "description": "\u30a2\u30de\u30be\u30f3\u3067\u898b\u3066\u3044\u308b\u5546\u54c1\u3092\u30e1\u30eb\u30ab\u30ea\u3067\u898b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", "author": "EveSquare", "version": "1.0.1", "manifest_version": 3, "permissions": [ "https:\/\/www.mercari.com\/jp\/search\/" ], "content_scripts": [ { "run_at": "document_idle", "matches": [ "http:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.jp\/*" ], "js": [ "src\/content-scripts.js" ], "persistent": false } ], "icons": { "128": "\/images\/default\/icon.png" } }