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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |