Meetme Unuglifier
Remove annoying cusom CSS on meetme profiles
What is Meetme Unuglifier?
Meetme Unuglifier is a Chrome extension developed by AC, and its main feature is "Remove annoying cusom CSS on meetme profiles".
Extension Screenshots
Download Meetme Unuglifier Extension CRX File
Download Meetme Unuglifier 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
Update v1.1 removes falling elements animation This is a simple extension that removes custom CSS from Meetme profiles. Feel free to report any requests/bugs.
Extension Basic Information
Name | ![]() |
ID | aiihomfjmpfnckdolbgfidbeigikgcfe |
Official URL | https://chrome.google.com/webstore/detail/meetme-unuglifier/aiihomfjmpfnckdolbgfidbeigikgcfe |
Description | Remove annoying cusom CSS on meetme profiles |
File Size | 31.35 KB |
Installation Count | 49 |
Current Version | 1.1 |
Last Updated | 2013-06-13 |
Publish Date | 2013-06-13 |
Rating | 3.43/5 Total 14 Ratings |
Developer | AC |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meetme Unuglifier", "version": "1.1", "manifest_version": 2, "description": "Remove annoying cusom CSS on meetme profiles", "content_scripts": [ { "js": [ "jquery-2.0.0.min.js", "background.js" ], "matches": [ "http:\/\/www.meetme.com\/member\/*" ] } ] } |