Let's Get This Bread

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

Cos'è Let's Get This Bread?

Let's Get This Bread è un'estensione di Chrome sviluppata da kurgan freedle, e la sua funzione principale è "Replaces every synonym of the word 'money' with 'bread'.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Let's Get This Bread

Scarica i file di estensione Let's Get This Bread in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Let's Get This Bread Let's Get This Bread
ID gbacclkcifpklolkhmokpdohkeablfpd
URL Ufficiale https://chromewebstore.google.com/detail/lets-get-this-bread/gbacclkcifpklolkhmokpdohkeablfpd
Descrizione Replaces every synonym of the word 'money' with 'bread'.
Dimensione del File 3.51 KB
Conteggio Installazioni 54
Versione Corrente 1.0
Ultimo Aggiornamento 2018-10-16
Data di Pubblicazione 2018-10-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore kurgan freedle
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}