Blokr

Block websites with defined schedule

Qu'est-ce que Blokr ?

Blokr est une extension Chrome développée par destinerx, et sa fonction principale est "Block websites with defined schedule".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Blokr 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

                        Blokr is simple and efficient site blocker. It lets you to block websites like Facebook or Youtube while you working.

Start by defining your working schedule and list of sites that you want to block. Once you done, Blokr will take care of everything else.

While you work, Blokr will block distraction sites and help you to stay focused. Once your working day is over, you can visit any site as much as you want again.

If you need a little rest, you can unblock specific site for a short period of time.

Blokr is an open source project. Here's the link to the GitHub repo: https://github.com/Destiner/Blokr                    

Informations de Base sur l'Extension

Nom Blokr Blokr
ID ajaidphlbgpeeflapmaaalelkonbpoli
URL Officiel https://chrome.google.com/webstore/detail/blokr/ajaidphlbgpeeflapmaaalelkonbpoli
Description Block websites with defined schedule
Taille du Fichier 131 KB
Nombre d'Installations 200
Version Actuelle 1.0.1
Dernière Mise à Jour 2017-12-01
Date de Publication 2017-12-01
Évaluation 2.00/5 Total 4 Évaluations
Développeur destinerx
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blokr",
    "description": "Block websites with defined schedule",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}