Big Daddy

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

Was ist Big Daddy?

Big Daddy ist eine Chrome-Erweiterung, die von Ben Pevsner entwickelt wurde, und ihr Hauptmerkmal ist "Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Big Daddy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Big Daddy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Big Daddy does this thing ^                    

Grundlegende Informationen zur Erweiterung

Name Big Daddy Big Daddy
ID hkmhjlfnbofokojdaokamifognipbbkl
Offizielle URL https://chromewebstore.google.com/detail/big-daddy/hkmhjlfnbofokojdaokamifognipbbkl
Beschreibung Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".
Dateigröße 561 KB
Installationsanzahl 172
Aktuelle Version 1.0.1
Letztes Update 2022-05-26
Veröffentlichungsdatum 2018-09-25
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Ben Pevsner
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://bigdaddy.pages.dev
Unterstützte Sprachen 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"
            ]
        }
    ]
}