Facebook Cleaner

Cleans up the Facebook's user interface.

Facebook Cleanerคืออะไร?

Facebook Cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KyleLH และคุณลักษณะหลักของมันคือ "Cleans up the Facebook's user interface."

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

ดาวน์โหลดไฟล์ส่วนขยาย Facebook Cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Cleans up the Facebook user interface.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Facebook Cleaner Facebook Cleaner
ID cjomdogepdpepdhkpcponjnbaadmpmcf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/facebook-cleaner/cjomdogepdpepdhkpcponjnbaadmpmcf
คำอธิบาย Cleans up the Facebook's user interface.
ขนาดไฟล์ 80.17 KB
จำนวนการติดตั้ง 444
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2014-10-28
วันที่เผยแพร่ 2014-10-28
คะแนน 2.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา KyleLH
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facebook Cleaner",
    "version": "1",
    "manifest_version": 2,
    "description": "Cleans up the Facebook's user interface.",
    "browser_action": {
        "default_icon": "icon2.png",
        "name": "Facebook Cleanup"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ]
}