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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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!                    

拡張機能の基本情報

名前 Google Translator Proxy Google Translator Proxy
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
Eメール [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"
    }
}