replace daniel with beep beep lettuce

this will replace the word daniel with beep beep lettuce forever thanks xoxo

Cos'è replace daniel with beep beep lettuce?

replace daniel with beep beep lettuce è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "this will replace the word daniel with beep beep lettuce forever thanks xoxo".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione replace daniel with beep beep lettuce

Scarica i file di estensione replace daniel with beep beep lettuce 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

                        Have you ever wanted to replace the word Daniel with "beep beep lettuce" across all instances of the internet? Of course you have, and now you can. Just download this app.

beep beep lettuce.                    

Informazioni di Base sull'Estensione

Nome replace daniel with beep beep lettuce replace daniel with beep beep lettuce
ID edijcapbkhpcemohhdhjibjcmphibdfb
URL Ufficiale https://chromewebstore.google.com/detail/replace-daniel-with-beep/edijcapbkhpcemohhdhjibjcmphibdfb
Descrizione this will replace the word daniel with beep beep lettuce forever thanks xoxo
Dimensione del File 44.21 KB
Conteggio Installazioni 53
Versione Corrente 1.3
Ultimo Aggiornamento 2017-07-05
Data di Pubblicazione 2017-07-05
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "replace daniel with beep beep lettuce",
    "description": "this will replace the word daniel with beep beep lettuce forever thanks xoxo",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}