Big Daddy

Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".

Cos'è Big Daddy?

Big Daddy è un'estensione di Chrome sviluppata da Ben Pevsner, e la sua funzione principale è "Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Big Daddy

Scarica i file di estensione Big Daddy 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

                        Big Daddy does this thing ^                    

Informazioni di Base sull'Estensione

Nome Big Daddy Big Daddy
ID hkmhjlfnbofokojdaokamifognipbbkl
URL Ufficiale https://chromewebstore.google.com/detail/big-daddy/hkmhjlfnbofokojdaokamifognipbbkl
Descrizione Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".
Dimensione del File 561 KB
Conteggio Installazioni 172
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-05-26
Data di Pubblicazione 2018-09-25
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Ben Pevsner
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bigdaddy.pages.dev
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Big Daddy",
    "description": "Big Daddy finds any mention of the word \"data\" and replaces it with the superior word \"daddy\".",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}