Google Translator Proxy

Unblock text sites using google translate site engine.

ما هو Google Translator Proxy؟

Google Translator Proxy هو إضافة Chrome تم تطويرها بواسطة hari01584، والميزة الرئيسية لها هي "Unblock text sites using google translate site engine.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Google Translator Proxy

قم بتنزيل ملفات الامتداد Google Translator Proxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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!                    

معلومات أساسية عن التمديد

الاسم 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
البريد الإلكتروني [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"
    }
}