Marie Le Conte -> Marie Le Pepe

Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.

ما هو Marie Le Conte -> Marie Le Pepe؟

Marie Le Conte -> Marie Le Pepe هو إضافة Chrome تم تطويرها بواسطة cr3، والميزة الرئيسية لها هي "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.".

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

screenshot

تحميل ملف CRX للإضافة Marie Le Conte -> Marie Le Pepe

قم بتنزيل ملفات الامتداد Marie Le Conte -> Marie Le Pepe بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.

2016 Update: Now makes fart noises                    

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

الاسم Marie Le Conte -> Marie Le Pepe Marie Le Conte -> Marie Le Pepe
ID egedkpknejmmcmpfgpninamalcdicepg
عنوان URL الرسمي https://chromewebstore.google.com/detail/marie-le-conte-%3E-marie-le/egedkpknejmmcmpfgpninamalcdicepg
الوصف Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.
حجم الملف 15.24 KB
عدد التثبيتات 81
النسخة الحالية 0.6
آخر تحديث 2016-06-14
تاريخ النشر 2016-06-14
تقييم 2.71/5 مجموع تقييمات 7
المطور cr3
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marie Le Conte -> Marie Le Pepe",
    "version": "0.6",
    "description": "Replaces the text 'Marie Le Conte' with 'Marie Le Pepe', on the entire internet.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}