Big Daddy

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

Vad är Big Daddy?

Big Daddy är en Chrome-tillägg utvecklad av Ben Pevsner, och dess huvudfunktion är "Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Big Daddy-förlängningens CRX-fil

Ladda ner Big Daddy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Big Daddy does this thing ^                    

Grundläggande Information om Tillägg

Namn Big Daddy Big Daddy
ID hkmhjlfnbofokojdaokamifognipbbkl
Officiell webbadress https://chromewebstore.google.com/detail/big-daddy/hkmhjlfnbofokojdaokamifognipbbkl
Beskrivning Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".
Filstorlek 561 KB
Antal Installationer 172
Aktuell Version 1.0.1
Senast Uppdaterad 2022-05-26
Publiceringsdatum 2018-09-25
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Ben Pevsner
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://bigdaddy.pages.dev
Stödda Språk 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"
            ]
        }
    ]
}