Big Daddy

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

Что такое Big Daddy?

Big Daddy - это расширение Chrome, разработанное Ben Pevsner, и его основная функция - "Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Big Daddy

Скачайте файлы расширений Big Daddy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Big Daddy does this thing ^                    

Основная информация о расширении

Название Big Daddy Big Daddy
ID hkmhjlfnbofokojdaokamifognipbbkl
Официальный URL https://chromewebstore.google.com/detail/big-daddy/hkmhjlfnbofokojdaokamifognipbbkl
Описание Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".
Размер файла 561 KB
Количество установок 172
Текущая Версия 1.0.1
Последнее Обновление 2022-05-26
Дата публикации 2018-09-25
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Ben Pevsner
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://bigdaddy.pages.dev
Поддерживаемые языки 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"
            ]
        }
    ]
}