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 No Fake", "description": "Amazon\u5546\u54c1\u30da\u30fc\u30b8\u306b\u30b5\u30af\u30e9\u30c1\u30a7\u30c3\u30ab\u30fc\u306e\u8a55\u4fa1\u3001Fakespot\u306e\u30ec\u30d3\u30e5\u30fc\u3068Keepa\u306e\u4fa1\u683c\u9077\u79fb\u3092\u8868\u793a\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002", "version": "2.0.0", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.amazon.co.jp\/*", "https:\/\/sakura-checker.jp\/*", "*:\/\/*.fakespot.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Default Popup Title", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.co.jp\/*" ], "run_at": "document_end", "js": [ "content-scripts\/content.js" ] } ] }