IsIs to Tusken Raiders

This extension changes the IsIs to Tusken Raiders on the current page

ما هو IsIs to Tusken Raiders؟

IsIs to Tusken Raiders هو إضافة Chrome تم تطويرها بواسطة jessehmcdonald، والميزة الرئيسية لها هي "This extension changes the IsIs to Tusken Raiders on the current page".

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

screenshot

تحميل ملف CRX للإضافة IsIs to Tusken Raiders

قم بتنزيل ملفات الامتداد IsIs to Tusken Raiders بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Tired of hearing about IsIs? Me too! This extension will spice things up a bit!                    

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

الاسم IsIs to Tusken Raiders IsIs to Tusken Raiders
ID pikjamffbldfgmeehclbpgcnegkcknen
عنوان URL الرسمي https://chrome.google.com/webstore/detail/isis-to-tusken-raiders/pikjamffbldfgmeehclbpgcnegkcknen
الوصف This extension changes the IsIs to Tusken Raiders on the current page
حجم الملف 3.94 KB
عدد التثبيتات 14
النسخة الحالية 1.0
آخر تحديث 2015-12-19
تاريخ النشر 2015-12-19
تقييم 5.00/5 مجموع تقييمات 1
المطور jessehmcdonald
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IsIs to Tusken Raiders",
    "description": "This extension changes the IsIs to Tusken Raiders on the current page",
    "version": "1.0",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}