Big Daddy

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

Hvad er Big Daddy?

Big Daddy er en Chrome-udvidelse udviklet af Ben Pevsner, og dens hovedfunktion er "Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Big Daddy-udvidelses-CRX-fil

Download Big Daddy-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Big Daddy does this thing ^                    

Grundlæggende oplysninger om udvidelsen

Navn Big Daddy Big Daddy
ID hkmhjlfnbofokojdaokamifognipbbkl
Officiel URL https://chromewebstore.google.com/detail/big-daddy/hkmhjlfnbofokojdaokamifognipbbkl
Beskrivelse Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".
Filstørrelse 561 KB
Antal Installationer 172
Nuværende Version 1.0.1
Senest Opdateret 2022-05-26
Udgivelsesdato 2018-09-25
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler Ben Pevsner
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://bigdaddy.pages.dev
Understøttede Sprog 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"
            ]
        }
    ]
}