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": "\u30b8\u30e2\u30c6\u30a3\u30d5\u30a3\u30eb\u30bf\u30fc", "version": "1.1", "description": "\u30b8\u30e2\u30c6\u30a3\u306e\u691c\u7d22\u7d50\u679c\u304b\u3089\u7279\u5b9a\u306e\u6587\u5b57\u5217\u3092\u542b\u3080\u6295\u7a3f\u3092\u975e\u8868\u793a\u306b\u3057\u307e\u3059\u3002", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/jmty.jp\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html" } }