Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"background": {
"service_worker": "content\/js\/bg\/background8.js"
},
"action": {
"default_icon": "content\/img\/icon.png",
"default_popup": "content\/html\/popup\/router.html",
"default_title": "__MSG_extName__"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"content\/css\/inject.css"
],
"js": [
"content\/js\/common\/FExtension.js",
"content\/browser\/js\/FBrowserInject.js",
"content\/browser\/chrome\/FBrowserInjectChrome.js",
"content\/js\/common\/FStorage.js",
"content\/js\/inject\/translator.js",
"content\/js\/inject\/data.js",
"content\/js\/inliner\/inliner_core.js",
"content\/js\/wpt\/wpt.js",
"content\/js\/wpt\/wpt-tb.js",
"content\/js\/wpt\/wpt-mo.js",
"content\/js\/inliner\/inliner_request.js",
"content\/js\/inliner\/inject.js"
],
"matches": [
"<all_urls>"
]
}
],
"description": "__MSG_extDescription__",
"icons": {
"16": "content\/img\/icon16.png",
"32": "content\/img\/icon32.png",
"48": "content\/img\/icon48.png",
"128": "content\/img\/icon128.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC3HHi+ztEOEu2w53b4rUI\/qiQFWr10P+4g92yng3ph\/v4oUK+xUQu2F4gi5T5nhXdJS\/n5vrMuce6gE9LNjT49X0sB819iKcOhOxeVG9bgbtp5S05aHy83LMEbtJDpsC1gjjwkme9R8d9xrXSRMq5X3SNPJu2iI5IKhKw8jtSWwQIDAQAB",
"manifest_version": 3,
"name": "__MSG_extName__",
"default_locale": "en",
"short_name": "ImTranslator",
"options_page": "content\/html\/options\/options.html",
"permissions": [
"scripting",
"storage",
"contextMenus",
"tabs"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "17.11",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"content\/img\/*.png",
"content\/img\/**\/*.png",
"content\/img\/*.gif",
"content\/img\/**\/*.gif",
"content\/js\/wpt\/wpt-settler.js",
"content\/css\/mo.css",
"content\/css\/tb.css",
"content\/html\/options\/options.html",
"content\/html\/popup\/translator.html",
"content\/html\/popup\/dictionary.html",
"content\/html\/options\/history.html",
"content\/html\/options\/options-bbl.html"
],
"use_dynamic_url": true
}
]
}