Meetme Unuglifier

Remove annoying cusom CSS on meetme profiles

Meetme Unuglifierとは何ですか?

Meetme UnuglifierはACによって開発されたChromeの拡張機能で、その主な機能は「Remove annoying cusom CSS on meetme profiles」です。

拡張機能のスクリーンショット

screenshot

Meetme Unuglifier拡張機能のCRXファイルをダウンロード

Meetme Unuglifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Meetme Unuglifier Meetme Unuglifier
ID aiihomfjmpfnckdolbgfidbeigikgcfe
公式URL https://chrome.google.com/webstore/detail/meetme-unuglifier/aiihomfjmpfnckdolbgfidbeigikgcfe
説明 Remove annoying cusom CSS on meetme profiles
ファイルサイズ 31.35 KB
インストール数 49
現在のバージョン 1.1
最終更新日 2013-06-13
公開日 2013-06-13
評価 3.43/5 合計 14 レビュー
開発者 AC
支払い方法 free
対応言語 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\/*"
            ]
        }
    ]
}