FaceBreak

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

FaceBreak क्या है?

FaceBreak jeffrey.bigham द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FaceBreak एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}