Dragnea Autocorrect

Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'

ما هو Dragnea Autocorrect؟

Dragnea Autocorrect هو إضافة Chrome تم تطويرها بواسطة ologesa، والميزة الرئيسية لها هي "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'".

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

screenshot

تحميل ملف CRX للإضافة Dragnea Autocorrect

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

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

                                            

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

الاسم Dragnea Autocorrect Dragnea Autocorrect
ID mndiplffmgmjagclpdgbbopkngnjjalp
عنوان URL الرسمي https://chromewebstore.google.com/detail/dragnea-autocorrect/mndiplffmgmjagclpdgbbopkngnjjalp
الوصف Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'
حجم الملف 5.56 KB
عدد التثبيتات 128
النسخة الحالية 1.0
آخر تحديث 2016-11-03
تاريخ النشر 2016-11-03
تقييم 5.00/5 مجموع تقييمات 10
المطور ologesa
نوع الدفع free
اللغات المدعومة ro
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dragnea Autocorrect",
    "version": "1.0",
    "description": "Chrome extension that replaces occurrences of 'Liviu Dragnea' with 'Infractorul condamnat definitiv, Liviu Dragnea'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}