Zob Auto Correct

Parce qu'on ne veut plus voir son nom

Apa itu Zob Auto Correct?

Zob Auto Correct adalah ekstensi Chrome yang dikembangkan oleh Fabien CAPOEN, dan fitur utamanya adalah "Parce qu'on ne veut plus voir son nom".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Zob Auto Correct

Unduh file ekstensi Zob Auto Correct dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Zob Auto Correct Zob Auto Correct
ID dpaecamghpcggjgeibpffekfdljiieii
URL Resmi https://chromewebstore.google.com/detail/zob-auto-correct/dpaecamghpcggjgeibpffekfdljiieii
Deskripsi Parce qu'on ne veut plus voir son nom
Ukuran File 32.66 KB
Jumlah Instalasi 362
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-10-19
Tanggal Publikasi 2021-10-02
Penilaian 4.69/5 Total 13 Penilaian
Pengembang Fabien CAPOEN
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/fabcapoen/ZobAutoCorrect
Bahasa yang Didukung 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"
            ]
        }
    ]
}