De-Doggo

De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.

Что такое De-Doggo?

De-Doggo - это расширение Chrome, разработанное Very_Agreeable, и его основная функция - "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.".

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

screenshot
screenshot

Скачать файл CRX расширения De-Doggo

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

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

                        Also, 'chonkers', 'fluffers', 'cattos' and a few others.                    

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

Название De-Doggo De-Doggo
ID jflcihegipialnhcgfhpmheincmkjcfc
Официальный URL https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc
Описание De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
Размер файла 10.16 KB
Количество установок 53
Текущая Версия 0.6.2.1
Последнее Обновление 2019-06-06
Дата публикации 2019-06-06
Рейтинг 5.00/5 Всего 5 оценок
Разработчик Very_Agreeable
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "De-Doggo",
    "description": "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.",
    "version": "0.6.2.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}