De-Doggo

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

De-Doggo là gì?

De-Doggo là một tiện ích mở rộng Chrome được phát triển bởi Very_Agreeable, và tính năng chính của nó là "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng De-Doggo

Tải xuống các tệp mở rộng De-Doggo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên De-Doggo De-Doggo
ID jflcihegipialnhcgfhpmheincmkjcfc
URL Chính Thức https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc
Mô tả De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
Kích Thước Tệp 10.16 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 0.6.2.1
Cập Nhật Lần Cuối 2019-06-06
Ngày Phát Hành 2019-06-06
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Very_Agreeable
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}