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": []
}