Putinizer

Replaces images on a webpage with pictures of Vladimir Putin

Co je Putinizer?

Putinizer je rozšíření Chrome vyvinuté climberpete, a jeho hlavní funkcí je „Replaces images on a webpage with pictures of Vladimir Putin“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Putinizer

Stáhněte si soubory rozšíření Putinizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Putinizer Putinizer
ID ipjobglikbmbklmannaldfhcaonljffn
Oficiální URL https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn
Popis Replaces images on a webpage with pictures of Vladimir Putin
Velikost souboru 36.73 KB
Počet instalací 40
Aktuální Verze 0.1
Poslední Aktualizace 2014-08-27
Datum Vydání 2014-08-26
Hodnocení 2.00/5 Celkem 4 Hodnocení
Vývojář climberpete
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}