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": "\u8377\u7269\u3092\u8ffd\u8de1", "version": "3.0.0", "description": "Google\u691c\u7d22\u306b\u8ffd\u8de1\u756a\u53f7\u3092\u5165\u529b\u3059\u308b\u4e8b\u3067\u691c\u7d22\u7d50\u679c\u306b\u5404\u793e\u306e\u8ffd\u8de1\u72b6\u6cc1\u3078\u306e\u30ea\u30f3\u30af\u3092\u8868\u793a\u3057\u307e\u3059\u3002", "permissions": [], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*", "*:\/\/www.google.co.jp\/search*" ], "js": [ "content.js" ] } ] }