Let's Get This Bread

Replaces every synonym of the word 'money' with 'bread'.

Apa itu Let's Get This Bread?

Let's Get This Bread adalah ekstensi Chrome yang dikembangkan oleh kurgan freedle, dan fitur utamanya adalah "Replaces every synonym of the word 'money' with 'bread'.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Let's Get This Bread

Unduh file ekstensi Let's Get This Bread 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

                                            

Informasi Dasar Ekstensi

Nama Let's Get This Bread Let's Get This Bread
ID gbacclkcifpklolkhmokpdohkeablfpd
URL Resmi https://chromewebstore.google.com/detail/lets-get-this-bread/gbacclkcifpklolkhmokpdohkeablfpd
Deskripsi Replaces every synonym of the word 'money' with 'bread'.
Ukuran File 3.51 KB
Jumlah Instalasi 54
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-10-16
Tanggal Publikasi 2018-10-16
Penilaian 5.00/5 Total 3 Penilaian
Pengembang kurgan freedle
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": "Let's Get This Bread",
    "description": "Replaces every synonym of the word 'money' with 'bread'.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}