DOGE

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

Co to jest DOGE?

DOGE to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Replaces all images on all pages to DOGE. Ours is not to ask why.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DOGE

Pobierz pliki rozszerzeń DOGE 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

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

Podstawowe informacje o rozszerzeniu

Nazwa DOGE DOGE
ID jailgicjdknlmhgikjppdfbjcbjmaeom
Oficjalny URL https://chromewebstore.google.com/detail/doge/jailgicjdknlmhgikjppdfbjcbjmaeom
Opis Replaces all images on all pages to DOGE. Ours is not to ask why.
Rozmiar pliku 71.01 KB
Liczba instalacji 306
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2014-06-03
Data Publikacji 2014-06-03
Ocena 2.85/5 Łącznie 27 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
}