Big Daddy

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

Wat is Big Daddy?

Big Daddy is een Chrome-extensie ontwikkeld door Ben Pevsner, en de belangrijkste functie is "Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Big Daddy

Download Big Daddy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Big Daddy does this thing ^                    

Basisinformatie over de Extensie

Naam Big Daddy Big Daddy
ID hkmhjlfnbofokojdaokamifognipbbkl
Officiële URL https://chromewebstore.google.com/detail/big-daddy/hkmhjlfnbofokojdaokamifognipbbkl
Beschrijving Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".
Bestandsgrootte 561 KB
Aantal Installaties 172
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-05-26
Publicatiedatum 2018-09-25
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Ben Pevsner
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bigdaddy.pages.dev
Ondersteunde Talen 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"
            ]
        }
    ]
}