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": "\u8cb7\u3044\u7269\u30dd\u30b1\u30c3\u30c8", "description": "\u697d\u5929\u5e02\u5834\u3001Amazon.co.jp\u3001Yahoo!\u30b7\u30e7\u30c3\u30d4\u30f3\u30b0\u306e\u5546\u54c1\u3092\u4e00\u62ec\u3067\u691c\u7d22\u3067\u304d\u307e\u3059\u3002\u5546\u54c1\u30da\u30fc\u30b8\u3067\u4fa1\u683c\u304c\u5b89\u3044\u30b7\u30e7\u30c3\u30d7\u306e\u60c5\u5831\u3092\u304a\u77e5\u3089\u305b\u3057\u307e\u3059\u3002", "icons": { "16": "img\/kk_extension_icon1.png", "48": "img\/48.png", "128": "img\/128x128.png" }, "permissions": [ "contextMenus", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "all_frames": false, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contents.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "action": { "default_title": "\u8cb7\u3044\u7269\u30dd\u30b1\u30c3\u30c8", "default_popup": "popup\/popup.html" }, "options_page": "options\/options.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "version": "3.21.0" }