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": "\u30de\u30a4\u30ca\u30dd\u30a4\u30f3\u30c8", "description": "\u30de\u30a4\u30ca\u30dd\u30a4\u30f3\u30c8\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002", "manifest_version": 3, "version": "1.0.5", "action": { "default_icon": { "38": "images\/40.png" } }, "icons": { "16": "images\/20.png", "48": "images\/58.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/id.mykey.soumu.go.jp\/*", "https:\/\/external.id.mykey.soumu.go.jp\/*" ], "js": [ "MKPF_Main.js" ] } ], "background": { "service_worker": "MKPF_Background.js" }, "permissions": [ "nativeMessaging" ] }