Zob Auto Correct

Parce qu'on ne veut plus voir son nom

Zob Auto Correctคืออะไร?

Zob Auto Correct เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fabien CAPOEN และคุณลักษณะหลักของมันคือ "Parce qu'on ne veut plus voir son nom"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zob Auto Correct

ดาวน์โหลดไฟล์ส่วนขยาย Zob Auto Correct ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Il s'agit d'une extension qui, sur chaque pages web visitées, remplace le nom de Zemour ou Eric Zemmour par Zob comme l'a fait Charline sur les affiches.
Il n'y a aucune information récoltée, l'extension agit seulement sur la page visitée.
voici un lien pour trouver le code source : https://github.com/fabcapoen/ZobAutoCorrect                    

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

ชื่อ Zob Auto Correct Zob Auto Correct
ID dpaecamghpcggjgeibpffekfdljiieii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zob-auto-correct/dpaecamghpcggjgeibpffekfdljiieii
คำอธิบาย Parce qu'on ne veut plus voir son nom
ขนาดไฟล์ 32.66 KB
จำนวนการติดตั้ง 362
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-10-19
วันที่เผยแพร่ 2021-10-02
คะแนน 4.69/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Fabien CAPOEN
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/fabcapoen/ZobAutoCorrect
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zob Auto Correct",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Parce qu'on ne veut plus voir son nom",
    "icons": {
        "128": "zob.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/correct.js"
            ]
        }
    ]
}