FaceBreak

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

Apa itu FaceBreak?

FaceBreak adalah ekstensi Chrome yang dikembangkan oleh jeffrey.bigham, dan fitur utamanya adalah "FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…".

Unduh Berkas CRX Ekstensi FaceBreak

Unduh file ekstensi FaceBreak dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FaceBreak FaceBreak
ID fdphkfldjijelocnnhhiocikdlokongk
URL Resmi https://chromewebstore.google.com/detail/facebreak/fdphkfldjijelocnnhhiocikdlokongk
Deskripsi FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…
Ukuran File 36.97 KB
Jumlah Instalasi 38
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2017-03-22
Tanggal Publikasi 2017-03-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jeffrey.bigham
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.facebreak.me
Bahasa yang Didukung 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"
        }
    ]
}