Free Translator
Translate your to over 50 different languages for free!
What is Free Translator?
Free Translator is a Chrome extension developed by Extension City, and its main feature is "Translate your to over 50 different languages for free!".
Extension Screenshots
Download Free Translator Extension CRX File
Download Free Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Free Translator is a sophisticated translation extension product which’s able to easily translate over 55 languages (incl. English, German, Italian, French, Japanese, Chinese, Spanish, Russian, Arabic, Portuguese and Hebrew). Privacy: http://extensioncity.com/privacy/ EULA: http://extensioncity.com/eula/
Extension Basic Information
Name | |
ID | mkobfhdjmmcbcibmjbnbmiflpgpcnaoe |
Official URL | https://chrome.google.com/webstore/detail/free-translator/mkobfhdjmmcbcibmjbnbmiflpgpcnaoe |
Description | Translate your to over 50 different languages for free! |
File Size | 350 KB |
Installation Count | 758 |
Current Version | 1.0.0 |
Last Updated | 2019-10-30 |
Publish Date | 2019-10-30 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Extension City |
[email protected] | |
Payment Type | free |
Help Page URL | http://extensioncity.com/privacy/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Translator", "version": "1.0.0", "manifest_version": 2, "author": "Extension City", "homepage_url": "http:\/\/www.extensioncity.com", "description": "Translate your to over 50 different languages for free!", "web_accessible_resources": [ "js\/vendor\/*", "js\/*", "css\/vendor\/*", "css\/themes\/*", "css\/*", "panel.html", "images\/*.png" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_scripts": [ { "js": [ "js\/vendor\/jquery.js" ], "css": [], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/", "tabs", "history", "storage", "activeTab", "bookmarks" ] } |