Putinizer
Replaces images on a webpage with pictures of Vladimir Putin
Was ist Putinizer?
Putinizer ist eine Chrome-Erweiterung, die von climberpete entwickelt wurde, und ihr Hauptmerkmal ist "Replaces images on a webpage with pictures of Vladimir Putin".
Erweiterungsscreenshots
Putinizer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Putinizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Putinizer |
ID | ipjobglikbmbklmannaldfhcaonljffn |
Offizielle URL | https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn |
Beschreibung | Replaces images on a webpage with pictures of Vladimir Putin |
Dateigröße | 36.73 KB |
Installationsanzahl | 40 |
Aktuelle Version | 0.1 |
Letztes Update | 2014-08-27 |
Veröffentlichungsdatum | 2014-08-26 |
Bewertung | 2.00/5 Insgesamt 4 Bewertungen |
Entwickler | climberpete |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |