DogeGuard

This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.

Apa itu DogeGuard?

DogeGuard adalah ekstensi Chrome yang dikembangkan oleh alex.j.herdzik, dan fitur utamanya adalah "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DogeGuard

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

                        Slight variation on a sample app, in which everything hosted on cheezburger.com is replaced by a silly picture of a chihuahua I found on tumblr.                    

Informasi Dasar Ekstensi

Nama DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
URL Resmi https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Deskripsi This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
Ukuran File 8.48 KB
Jumlah Instalasi 46
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2014-12-12
Tanggal Publikasi 2014-12-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang alex.j.herdzik
Tipe Pembayaran free
Situs Ekstensi https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
URL Halaman Bantuan https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DogeGuard",
    "description": "This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "triggerGuard.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}