Text replacer

You can change any text in any website you want!

Apa itu Text replacer?

Text replacer adalah ekstensi Chrome yang dikembangkan oleh madmon18, dan fitur utamanya adalah "You can change any text in any website you want!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Text replacer

Unduh file ekstensi Text replacer 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

                        With this tool you will be able to replace any text in any website you want 
press "Ctrl + b" to insert the words you want to replace
press "Ctrl + Alt + b" to see the words you already replaced
enjoy!                    

Informasi Dasar Ekstensi

Nama Text replacer Text replacer
ID omigokpnmglhaplhdemeiaigmojaalba
URL Resmi https://chromewebstore.google.com/detail/text-replacer/omigokpnmglhaplhdemeiaigmojaalba
Deskripsi You can change any text in any website you want!
Ukuran File 1.33 MB
Jumlah Instalasi 420
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-12-17
Tanggal Publikasi 2017-12-17
Penilaian 2.20/5 Total 5 Penilaian
Pengembang madmon18
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": "Text replacer",
    "description": "You can change any text in any website you want!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "yair.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "yair.js"
            ]
        }
    ]
}