Jar-jar/Gungan Basic

Browse the web as a Gungan!

ما هو Jar-jar/Gungan Basic؟

Jar-jar/Gungan Basic هو إضافة Chrome تم تطويرها بواسطة skorper، والميزة الرئيسية لها هي "Browse the web as a Gungan!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Jar-jar/Gungan Basic

قم بتنزيل ملفات الامتداد Jar-jar/Gungan Basic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension will translate all text in your browser to Gungan from the Star Wars universe.                    

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

الاسم Jar-jar/Gungan Basic Jar-jar/Gungan Basic
ID ipbhcicgccdcmhpibekojcgmojpnlnlo
عنوان URL الرسمي https://chromewebstore.google.com/detail/jar-jargungan-basic/ipbhcicgccdcmhpibekojcgmojpnlnlo
الوصف Browse the web as a Gungan!
حجم الملف 82.32 KB
عدد التثبيتات 28
النسخة الحالية 0.1.1
آخر تحديث 2018-07-09
تاريخ النشر 2018-07-09
تقييم 5.00/5 مجموع تقييمات 3
المطور skorper
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jar-jar\/Gungan Basic",
    "description": "Browse the web as a Gungan!",
    "version": "0.1.1",
    "icons": {
        "128": "images\/jarjar.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}