Google Translator Proxy
Unblock text sites using google translate site engine.
Google Translator Proxy là gì?
Google Translator Proxy là một tiện ích mở rộng Chrome được phát triển bởi hari01584, và tính năng chính của nó là "Unblock text sites using google translate site engine.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Translator Proxy
Tải xuống các tệp mở rộng Google Translator Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fkjaefdfpjeddodbajoadbblfjimnnmg |
URL Chính Thức | https://chrome.google.com/webstore/detail/google-translator-proxy/fkjaefdfpjeddodbajoadbblfjimnnmg |
Mô tả | Unblock text sites using google translate site engine. |
Kích Thước Tệp | 29.35 KB |
Số Lần Cài Đặt | 57 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-12-05 |
Ngày Phát Hành | 2021-12-05 |
Nhà Phát Triển | hari01584 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |