Putinizer

Replaces images on a webpage with pictures of Vladimir Putin

Co to jest Putinizer?

Putinizer to rozszerzenie Chrome opracowane przez climberpete, a jego główną funkcją jest „Replaces images on a webpage with pictures of Vladimir Putin”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Putinizer

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

                        You can never get enough Vladimir Putin in your life.  This extension replaces images on the pages you visit silently with images of Vladimir Putin.  

Press alt-shift and a number 1-9 to set the replacement level.  1 is about 10% replacement and 9 is 90%

Images that are very tall or very wide are typically not replaced.                    

Podstawowe informacje o rozszerzeniu

Nazwa Putinizer Putinizer
ID ipjobglikbmbklmannaldfhcaonljffn
Oficjalny URL https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn
Opis Replaces images on a webpage with pictures of Vladimir Putin
Rozmiar pliku 36.73 KB
Liczba instalacji 40
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-08-27
Data Publikacji 2014-08-26
Ocena 2.00/5 Łącznie 4 Oceny
Deweloper climberpete
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Putinizer",
    "version": "0.1",
    "description": "Replaces images on a webpage with pictures of Vladimir Putin",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}