De-Doggo

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

Co to jest De-Doggo?

De-Doggo to rozszerzenie Chrome opracowane przez Very_Agreeable, a jego główną funkcją jest „De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia De-Doggo

Pobierz pliki rozszerzeń De-Doggo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa De-Doggo De-Doggo
ID jflcihegipialnhcgfhpmheincmkjcfc
Oficjalny URL https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc
Opis De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
Rozmiar pliku 10.16 KB
Liczba instalacji 53
Aktualna Wersja 0.6.2.1
Ostatnia Aktualizacja 2019-06-06
Data Publikacji 2019-06-06
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Very_Agreeable
Typ Płatności free
Obsługiwane Języki 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": []
}