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\u30fc\u30bf\u30eb", "description": "\u69d8\u3005\u306a\u30aa\u30f3\u30e9\u30a4\u30f3\u884c\u653f\u30b5\u30fc\u30d3\u30b9\u3067\u3001\u30de\u30a4\u30ca\u30f3\u30d0\u30fc\u30ab\u30fc\u30c9\u3092\u5229\u7528\u3059\u308b\u305f\u3081\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u3059\u3002", "manifest_version": 3, "version": "36", "action": { "default_icon": { "38": "images\/icon38.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mposs.force.com\/*", "https:\/\/portal.post.japanpost.jp\/*", "https:\/\/login.post.japanpost.jp\/*", "https:\/\/*.go.jp\/*", "https:\/\/*.e-shishobako.ne.jp\/*", "https:\/\/*.lg.jp\/*", "https:\/\/*.e-taxrenkei.jp\/*", "https:\/\/aizuwakamatsu.mylocal.jp\/*", "https:\/\/*.mypg.jp\/*", "https:\/\/*.onshikaku.org\/*", "https:\/\/*.online-web-development.net\/*", "https:\/\/portal.city.higashimurayama.tokyo.jp\/*", "https:\/\/nsa.pref.nara.jp\/*" ], "run_at": "document_end", "js": [ "MPA_Content.js" ] } ], "background": { "service_worker": "MPA_Background.js" }, "permissions": [ "nativeMessaging" ] }