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": "connpass owner helper", "version": "0.8.0", "manifest_version": 2, "description": "http:\/\/connpass.com\/ \u306e\u30a4\u30d9\u30f3\u30c8\u7ba1\u7406\u8005\u7528\u30b5\u30dd\u30fc\u30c8\u30c4\u30fc\u30eb", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5jj1wS2gCBK5jGpdbg+EZr5HUCd8h1oc54pk\/3Ram90trwLM5+p3nx2JTaP+df5s8vkuuQUrIdFa44o1vjF+sfXqHtDt1cObsByH7E\/PjdBQ3HXccbF+Opgc4oszeYXHhl\/ylHwYMAOhbqKQZJ3KP3Gq38QW\/ongpylStYBTiMxh65AiSZevzmmyD6OsSsQzY3MwMhUvCAOwK36XCiDg467qPjS2Aw2oHDFZlF9n8CfQWiD917+fxSAXGtc7uo3heVqfy8ikAn1LHrWS6\/7ydqFeLTAVjbZT8jBFNNYRNNip3rOuL7s0WNJnH4fj0Q7Yypd7Gav0buHgdydqqNC1eQIDAQAB", "permissions": [ "storage" ], "options_page": "options.html", "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/connpass.com\/event\/*\/participants\/*" ], "js": [ "settigns.js", "content_scripts\/record-sub-entry.js", "content_scripts\/search-participant.js", "content_scripts\/count_questionnaire.js" ] } ] }