Google Translator Proxy

Unblock text sites using google translate site engine.

Wat is Google Translator Proxy?

Google Translator Proxy is een Chrome-extensie ontwikkeld door hari01584, en de belangrijkste functie is "Unblock text sites using google translate site engine.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Google Translator Proxy

Download Google Translator Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Google Translator Proxy Google Translator Proxy
ID fkjaefdfpjeddodbajoadbblfjimnnmg
Officiële URL https://chrome.google.com/webstore/detail/google-translator-proxy/fkjaefdfpjeddodbajoadbblfjimnnmg
Beschrijving Unblock text sites using google translate site engine.
Bestandsgrootte 29.35 KB
Aantal Installaties 57
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-12-05
Publicatiedatum 2021-12-05
Ontwikkelaar hari01584
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}