De-Doggo
De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.
Apa itu De-Doggo?
De-Doggo adalah ekstensi Chrome yang dikembangkan oleh Very_Agreeable, dan fitur utamanya adalah "De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi De-Doggo
Unduh file ekstensi De-Doggo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Also, 'chonkers', 'fluffers', 'cattos' and a few others.
Informasi Dasar Ekstensi
Nama | |
ID | jflcihegipialnhcgfhpmheincmkjcfc |
URL Resmi | https://chromewebstore.google.com/detail/de-doggo/jflcihegipialnhcgfhpmheincmkjcfc |
Deskripsi | De-Doggo will replace 'doggo', 'woofer' and 'pupper' with the word 'dog', de-infantilising the internet. |
Ukuran File | 10.16 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 0.6.2.1 |
Terakhir Diperbarui | 2019-06-06 |
Tanggal Publikasi | 2019-06-06 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Very_Agreeable |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [] } |