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

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

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
        }
    ]
}