Breathe: Website blocker

Calm and simple reminders to breathe, whenever you visit a distracting site.

Qu'est-ce que Breathe: Website blocker ?

Breathe: Website blocker est une extension Chrome développée par https://alejorivera.com, et sa fonction principale est "Calm and simple reminders to breathe, whenever you visit a distracting site.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Breathe: Website blocker

Téléchargez les fichiers d'extension Breathe: Website blocker 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

                        Calm and simple reminders to breathe, whenever you visit a distracting site.                    

Informations de Base sur l'Extension

Nom Breathe: Website blocker Breathe: Website blocker
ID ndppkiillkcmmebpbbndbmhoacfoikmj
URL Officiel https://chromewebstore.google.com/detail/breathe-website-blocker/ndppkiillkcmmebpbbndbmhoacfoikmj
Description Calm and simple reminders to breathe, whenever you visit a distracting site.
Taille du Fichier 71.42 KB
Nombre d'Installations 80
Version Actuelle 0.2
Dernière Mise à Jour 2017-04-30
Date de Publication 2017-04-30
Évaluation 3.00/5 Total 4 Évaluations
Développeur https://alejorivera.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breathe: Website blocker",
    "description": "Calm and simple reminders to breathe, whenever you visit a distracting site.",
    "version": "0.2",
    "icons": {
        "128": "breathe.png"
    },
    "browser_action": {
        "default_icon": "breathe.png",
        "default_title": "Breathe",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "breathe.html"
    ]
}