Putinizer
Replaces images on a webpage with pictures of Vladimir Putin
What is Putinizer?
Putinizer is a Chrome extension developed by climberpete, and its main feature is "Replaces images on a webpage with pictures of Vladimir Putin".
Extension Screenshots
Download Putinizer Extension CRX File
Download Putinizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Putinizer |
ID | ipjobglikbmbklmannaldfhcaonljffn |
Official URL | https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn |
Description | Replaces images on a webpage with pictures of Vladimir Putin |
File Size | 36.73 KB |
Installation Count | 40 |
Current Version | 0.1 |
Last Updated | 2014-08-27 |
Publish Date | 2014-08-26 |
Rating | 2.00/5 Total 4 Ratings |
Developer | climberpete |
Payment Type | free |
Supported Languages | 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" } ] } |