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": "\u30aa\u30af\u30ea\u30f3\u30af\u30d7\u30e9\u30b9 Web\u30da\u30fc\u30b8\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u6a5f\u80fd", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "\u30aa\u30af\u30ea\u30f3\u30af\u30d7\u30e9\u30b9\u306e\u30ab\u30fc\u30c9\u306bWeb\u30da\u30fc\u30b8\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u633f\u5165\u3057\u3001\u30ea\u30f3\u30af\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059\uff01", "permissions": [ "tabs", "activeTab" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/miraiseed-class.benesse.ne.jp\/*" ] } ], "action": { "default_popup": "popup\/popup.html", "default_icon": "icons\/icon128.png" } }