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,
"name": "XF Estonian-Russian Dictionary",
"description": "Translate Estonian words into Russian while browsing the internet",
"version": "0.92",
"content_security_policy": {
"extension_pages": "default-src 'self'; frame-ancestors 'none';"
},
"permissions": [
"contextMenus",
"activeTab",
"scripting",
"storage"
],
"background": {
"service_worker": "bcg.js"
},
"web_accessible_resources": [
{
"resources": [
"img\/*",
"css\/styles.css",
"css\/styles_global.css",
"css\/fontawesome.min.css",
"font\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"action": {
"default_icon": "img\/logo_bicolor_icon.png",
"default_popup": "actionPage.html",
"default_title": "XF Estonian-Russian Dictionary"
},
"icons": {
"128": "img\/logo_bicolor_icon.png"
}
}