Pouët Avatar Unblurifier
Unblurifies HN avatars.
What is Pouët Avatar Unblurifier?
Pouët Avatar Unblurifier is a Chrome extension developed by sigveseb, and its main feature is "Unblurifies HN avatars.".
Download Pouët Avatar Unblurifier Extension CRX File
Download Pouët Avatar Unblurifier 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
Extension Basic Information
Name | ![]() |
ID | bmhhohjikfipnebeamjpglkjlbkmmamh |
Official URL | https://chrome.google.com/webstore/detail/pou%C3%ABt-avatar-unblurifier/bmhhohjikfipnebeamjpglkjlbkmmamh |
Description | Unblurifies HN avatars. |
File Size | 3.36 KB |
Installation Count | 13 |
Current Version | 1.0 |
Last Updated | 2013-07-24 |
Publish Date | 2013-07-24 |
Developer | sigveseb |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pou\u00ebt Avatar Unblurifier", "version": "1.0", "manifest_version": 2, "description": "Unblurifies HN avatars.", "content_scripts": [ { "matches": [ "http:\/\/pouet.net\/user.php*" ], "js": [ "plugin.js" ], "run_at": "document_end" } ] } |