Putin to Unicorn
Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'
What is Putin to Unicorn?
Putin to Unicorn is a Chrome extension developed by sumita913, and its main feature is "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'".
Extension Screenshots
Download Putin to Unicorn Extension CRX File
Download Putin to Unicorn 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
Changes the name "Vladimir Putin" to "The Grand Magical Unicorn."
Extension Basic Information
Name | Putin to Unicorn |
ID | aifgmfjbhcjjbdbgkojdhemaeidmlnla |
Official URL | https://chromewebstore.google.com/detail/putin-to-unicorn/aifgmfjbhcjjbdbgkojdhemaeidmlnla |
Description | Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn' |
File Size | 4.6 KB |
Installation Count | 342 |
Current Version | 1.0 |
Last Updated | 2014-03-28 |
Publish Date | 2014-03-28 |
Rating | 4.78/5 Total 18 Ratings |
Developer | sumita913 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Putin to Unicorn", "version": "1.0", "description": "Replaces the text 'Vladmir Putin' with 'Grand Magical Unicorn'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |