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": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "1.2.7",
"manifest_version": 3,
"default_locale": "en",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxM\/dSM\/JRfGpvXBu4pTZCa+cT8y5ope37Q26iAfKMvVhFk5mB26C1kjB2Eue1P++o91v01Kyvi8b8FeEtFYB5TCblhld6jnnLUBoAa6OEuf46PTWlAl4rXnFkNpJATOKpJpPBuneuDXew2K954+ghtFci1MDiH+XPWoZtf2XTeIrCDB+3RtLchKJtAZdqHLmVIU682vCSPFn7bnN53LdGGagbE9tKTGZeNr+SBDcSA6gem7yQwqBqxAytWBguxX15zuvDocOMQDcqfDQ\/9O8+\/lFbHVczQrVnStASo5GZpuswpsVJRgg8AmKZJWJv3QCs9HsseZTw4aecR1qlzZ7ZwIDAQAB",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"management",
"storage",
"tabs",
"commands",
"favicon",
"identity"
],
"action": {
"default_title": "\u62e1\u5f35\u6a5f\u80fd\u3092\u9078\u629e\u3057\u3066\u30ea\u30ed\u30fc\u30c9",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"content.css"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"commands": {
"execute-reload": {
"suggested_key": {
"default": "Alt+R"
},
"description": "__MSG_reloadDescription__"
},
"open-extensions-page": {
"suggested_key": {
"default": "Alt+E"
},
"description": "__MSG_openPageDescription__"
}
}
}