Google Translator Proxy
Unblock text sites using google translate site engine.
什么是Google Translator Proxy?
Google Translator Proxy是由hari01584开发的Chrome扩展程序,该扩展的主要功能是“Unblock text sites using google translate site engine.”。
扩展截图
下载Google Translator Proxy扩展crx文件
下载Google Translator Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily unblock sites using google translate proxy! The extension loads a translated version of blocked webpage using google translate, So you are essentially viewing the page through google site (which in most occasion is not blocked), It is a cheap and handy tool to unblock any site and is especially very useful in textual sites! All you have to do is to click on extension icon on your blocked webpage, and it automatically redirect you to an unblocked version of the same page!
扩展基本信息
名称 | |
ID | fkjaefdfpjeddodbajoadbblfjimnnmg |
官方URL | https://chrome.google.com/webstore/detail/google-translator-proxy/fkjaefdfpjeddodbajoadbblfjimnnmg |
简介 | Unblock text sites using google translate site engine. |
文件大小 | 29.35 KB |
安装次数 | 57 |
当前版本 | 1.0.0 |
更新时间 | 2021-12-05 |
上架时间 | 2021-12-05 |
开发者 | hari01584 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Translator Proxy", "description": "Unblock text sites using google translate site engine.", "version": "1.0.0", "icons": { "16": "logo\/favicon-16x16.png", "32": "logo\/favicon-32x32.png", "128": "logo\/favicon-128.png" }, "action": { "default_title": "Click to unblock this site!" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "service-worker.js" } } |