Meetme Unuglifier

Remove annoying cusom CSS on meetme profiles

Meetme Unuglifierคืออะไร?

Meetme Unuglifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AC และคุณลักษณะหลักของมันคือ "Remove annoying cusom CSS on meetme profiles"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meetme Unuglifier

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}