Venmo to Venom

Replace all instances of Venmo with a much better word, Venom.

Apa itu Venmo to Venom?

Venmo to Venom adalah ekstensi Chrome yang dikembangkan oleh benjawmino, dan fitur utamanya adalah "Replace all instances of Venmo with a much better word, Venom.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Venmo to Venom

Unduh file ekstensi Venmo to Venom 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

                        Very simple extension to replace all instances of the word "Venmo" with "Venom".

Based on the template provided in 9to5google's article "How-to: Make your own text-replacing Chrome extension like ‘Millennials to Snake People’".                    

Informasi Dasar Ekstensi

Nama Venmo to Venom Venmo to Venom
ID ojbpdcigfaebohhojhfpcjelahlbbpce
URL Resmi https://chromewebstore.google.com/detail/venmo-to-venom/ojbpdcigfaebohhojhfpcjelahlbbpce
Deskripsi Replace all instances of Venmo with a much better word, Venom.
Ukuran File 3.52 KB
Jumlah Instalasi 130
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2019-05-14
Tanggal Publikasi 2019-05-11
Penilaian 4.50/5 Total 2 Penilaian
Pengembang benjawmino
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Venmo to Venom",
    "description": "Replace all instances of Venmo with a much better word, Venom.",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}