Putinizer

Replaces images on a webpage with pictures of Vladimir Putin

Wat is Putinizer?

Putinizer is een Chrome-extensie ontwikkeld door climberpete, en de belangrijkste functie is "Replaces images on a webpage with pictures of Vladimir Putin".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Putinizer

Download Putinizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Putinizer Putinizer
ID ipjobglikbmbklmannaldfhcaonljffn
Officiële URL https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn
Beschrijving Replaces images on a webpage with pictures of Vladimir Putin
Bestandsgrootte 36.73 KB
Aantal Installaties 40
Huidige Versie 0.1
Laatst Bijgewerkt 2014-08-27
Publicatiedatum 2014-08-26
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar climberpete
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}