Putinizer

Replaces images on a webpage with pictures of Vladimir Putin

Cos'è Putinizer?

Putinizer è un'estensione di Chrome sviluppata da climberpete, e la sua funzione principale è "Replaces images on a webpage with pictures of Vladimir Putin".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Putinizer

Scarica i file di estensione Putinizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Putinizer Putinizer
ID ipjobglikbmbklmannaldfhcaonljffn
URL Ufficiale https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn
Descrizione Replaces images on a webpage with pictures of Vladimir Putin
Dimensione del File 36.73 KB
Conteggio Installazioni 40
Versione Corrente 0.1
Ultimo Aggiornamento 2014-08-27
Data di Pubblicazione 2014-08-26
Valutazione 2.00/5 Totale 4 Valutazioni
Sviluppatore climberpete
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}