DogeGuard

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

Co to jest DogeGuard?

DogeGuard to rozszerzenie Chrome opracowane przez alex.j.herdzik, a jego główną funkcją jest „This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DogeGuard

Pobierz pliki rozszerzeń DogeGuard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DogeGuard DogeGuard
ID aecmhjjghimigepncpjelhpkpagogcnc
Oficjalny URL https://chromewebstore.google.com/detail/dogeguard/aecmhjjghimigepncpjelhpkpagogcnc
Opis This extension will block all pictures hosted on cheezburger.com, and replace it with a silly picture of a chihuahua.
Rozmiar pliku 8.48 KB
Liczba instalacji 46
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-12-12
Data Publikacji 2014-12-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper alex.j.herdzik
Typ Płatności free
Strona Rozszerzenia https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Adres URL Strony Pomocy https://31.media.tumblr.com/tumblr_m8pwmcn9wy1qbbiyo.jpg
Obsługiwane Języki 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"
    }
}