FaceBreak

FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…

FaceBreakคืออะไร?

FaceBreak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jeffrey.bigham และคุณลักษณะหลักของมันคือ "FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…"

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

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

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

                        FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your social media. When a notification is received, it is detected, and all of your notifications are marked as read. It also blocks the notification pop-up box and the new comment pop-up boxes on Facebook.                    

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

ชื่อ FaceBreak FaceBreak
ID fdphkfldjijelocnnhhiocikdlokongk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/facebreak/fdphkfldjijelocnnhhiocikdlokongk
คำอธิบาย FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…
ขนาดไฟล์ 36.97 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2017-03-22
วันที่เผยแพร่ 2017-03-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jeffrey.bigham
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.facebreak.me
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FaceBreak",
    "minimum_chrome_version": "24.0.1307.0",
    "version": "0.0.2",
    "homepage_url": "http:\/\/facebreak.me",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "scripts\/facebreak.js"
            ],
            "run_at": "document_idle"
        }
    ]
}