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": "Sakura Check Linker", "description": "Amazon.co.jp\u306e\u5546\u54c1\u30da\u30fc\u30b8\u306e\u30ec\u30d3\u30e5\u30fc\u306e\u53f3\u306b\u30b5\u30af\u30e9\u30c1\u30a7\u30c3\u30ab\u30fc(https:\/\/sakura-checker.jp\/)\u3078\u306e\u30ea\u30f3\u30af\u3092\u57cb\u3081\u8fbc\u307f\u307e\u3059", "version": "1.0.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.co.jp\/*", "https:\/\/amazon.co.jp\/*" ], "js": [ "contentScript.js" ] } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }