Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.6",
"name": "__MSG_extName__",
"short_name": "__MSG_extNameShort__",
"description": "__MSG_extDesc__",
"icons": {
"512": "icon\/512.png"
},
"homepage_url": "https:\/\/mconverter.eu\/?utm_source=extension-chrome&utm_medium=ext-info",
"default_locale": "en",
"background": {
"service_worker": "service-worker.js"
},
"permissions": [
"contextMenus",
"activeTab",
"offscreen",
"scripting"
],
"host_permissions": [
"https:\/\/mconverter.eu\/"
],
"optional_host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"https:\/\/mconverter.eu\/*"
],
"js": [
"browser-polyfill.min.js",
"content.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_actionTitle__"
},
"omnibox": {
"keyword": "convert"
}
}