focuspocus: Productivity & Site Blocker

focuspocus helps you to stay productive and get work done. Just focus on what matters!

Τι είναι το focuspocus: Productivity & Site Blocker;

Το focuspocus: Productivity & Site Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://focuspocus.app, και η κύρια λειτουργία του είναι "focuspocus helps you to stay productive and get work done. Just focus on what matters!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης focuspocus: Productivity & Site Blocker

Λήψη αρχείων επέκτασης focuspocus: Productivity & Site Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Do you find yourself wasting too much time on distracting websites?
focuspocus is here to the rescue. It’s as simple as that!

☆ Features ☆
 • Block websites immediately (or add to whitelist)
 • Create advanced schedules with ease
 • Customizable Blocker Page
 • Data privacy! We don’t track your surfing behaviour.
 • It stays 100% free!
 • Easy and intuitive to use

☆ Like us? Spread the word! ☆
If you find focuspocus useful then please let the world know and rate us in the Chrome Web Store! Any kind of feedback is appreciated. :)

☆ Feature requests? Feedback? ☆
For feature requests, feedback or any questions please don't hesitate to fill out the feedback form here: https://goo.gl/forms/ZqDijdDFg4T7qCEG3 or write us: [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα focuspocus: Productivity & Site Blocker focuspocus: Productivity & Site Blocker
ID gihihlfbnfbflbaaolfinenjkflnlmig
Επίσημο URL https://chrome.google.com/webstore/detail/focuspocus-productivity-s/gihihlfbnfbflbaaolfinenjkflnlmig
Περιγραφή focuspocus helps you to stay productive and get work done. Just focus on what matters!
Μέγεθος Αρχείου 789 KB
Αριθμός Εγκαταστάσεων 59
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2019-06-05
Ημερομηνία Δημοσίευσης 2019-06-02
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://focuspocus.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "focuspocus: Productivity & Site Blocker",
    "description": "focuspocus helps you to stay productive and get work done. Just focus on what matters!",
    "version": "1.3.1",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "topSites"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "images\/focus_icon-48x48.png",
        "128": "images\/focus_icon-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/focus_icon-32x32.png"
        },
        "default_title": "focuspocus!",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "content.css",
        "blocker.html",
        "images\/close.svg"
    ]
}