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": "Just Amazon (jp)", "description": "amazon.co.jp \u3067\u306e\u691c\u7d22\u7d50\u679c\u3092Amazon.co.jp\u306e\u5546\u54c1\u306e\u307f\u306b\u3057\u307e\u3059\u3002", "version": "3.0.4", "icons": { "16": "icon\/JustAmazon16.png", "48": "icon\/JustAmazon48.png", "128": "icon\/JustAmazon128.png" }, "background": { "service_worker": "serviceWorker.js" }, "action": { "default_icon": "icon\/JustAmazon32.png", "default_title": "\u691c\u7d22\u7d50\u679c\u3092Amazon.co.jp\u3067\u8ca9\u58f2\u3055\u308c\u3066\u3044\u308b\u3082\u306e\u3060\u3051\u306b\u5909\u66f4\u3059\u308b" }, "permissions": [ "tabs", "declarativeNetRequest", "offscreen" ], "host_permissions": [ "*:\/\/www.amazon.co.jp\/s*" ], "declarative_net_request": { "rule_resources": [ { "id": "enableRule", "enabled": true, "path": "enableRule.js" }, { "id": "disableRule", "enabled": false, "path": "disableRule.js" } ] } }