DOGE

Replaces all images on all pages to DOGE. Ours is not to ask why.

Apa itu DOGE?

DOGE adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Replaces all images on all pages to DOGE. Ours is not to ask why.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DOGE

Unduh file ekstensi DOGE 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

                        This plugin attempts to replace every image on every webpage with that of a doge or doge-related activity.                    

Informasi Dasar Ekstensi

Nama DOGE DOGE
ID jailgicjdknlmhgikjppdfbjcbjmaeom
URL Resmi https://chromewebstore.google.com/detail/doge/jailgicjdknlmhgikjppdfbjcbjmaeom
Deskripsi Replaces all images on all pages to DOGE. Ours is not to ask why.
Ukuran File 71.01 KB
Jumlah Instalasi 306
Versi Saat Ini 1.3
Terakhir Diperbarui 2014-06-03
Tanggal Publikasi 2014-06-03
Penilaian 2.85/5 Total 27 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shibesoft",
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.0.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "description": "Replaces all images on all pages to DOGE. Ours is not to ask why.",
    "manifest_version": 2,
    "name": "DOGE",
    "version": "1.3"
}