FaceBreak

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

Qu'est-ce que FaceBreak ?

FaceBreak est une extension Chrome développée par jeffrey.bigham, et sa fonction principale est "FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…".

Télécharger le fichier CRX de l'extension FaceBreak

Téléchargez les fichiers d'extension FaceBreak au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FaceBreak FaceBreak
ID fdphkfldjijelocnnhhiocikdlokongk
URL Officiel https://chromewebstore.google.com/detail/facebreak/fdphkfldjijelocnnhhiocikdlokongk
Description FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…
Taille du Fichier 36.97 KB
Nombre d'Installations 38
Version Actuelle 0.0.2
Dernière Mise à Jour 2017-03-22
Date de Publication 2017-03-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur jeffrey.bigham
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.facebreak.me
Langues Prises en Charge 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"
        }
    ]
}