Putinizer
Makes Putin in rainbow colors in your news.
What is Putinizer?
Putinizer is a Chrome extension developed by FxSlin, and its main feature is "Makes Putin in rainbow colors in your news.".
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
Putinizer lets you take stand against Putin's war on gay rights. Install this extension and see Putin's name in rainbow colors every time you read about him.
Extension Basic Information
Name | Putinizer |
ID | dbjpmbdblojeejnjkimlbbliighfpmje |
Official URL | https://chromewebstore.google.com/detail/putinizer/dbjpmbdblojeejnjkimlbbliighfpmje |
Description | Makes Putin in rainbow colors in your news. |
File Size | 6.28 KB |
Installation Count | 48 |
Current Version | 0.2 |
Last Updated | 2013-10-11 |
Publish Date | 2013-10-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | FxSlin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Putinizer", "version": "0.2", "description": "Makes Putin in rainbow colors in your news.", "icons": { "128": "putinizer128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "putinizer.user.js" ] } ] } |