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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}