Website Blocker (Beta)

Website Blocker is useful when you want to concentrate on work.

Τι είναι το Website Blocker (Beta);

Το Website Blocker (Beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blog.t5o.me, και η κύρια λειτουργία του είναι "Website Blocker is useful when you want to concentrate on work.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Website Blocker (Beta)

Λήψη αρχείων επέκτασης Website Blocker (Beta) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Website Blocker is useful when you want to concentrate on work.

Setting Example:
---------------------------------------------------------------
(facebook|twitter|reddit).com 0930-1259,1300-1530
(www|b).hatena.ne.jp 1000-1259
yahoo.com
---------------------------------------------------------------
Above and below is the same meaning.
---------------------------------------------------------------
Can't access to 'facebook.com' and 'twitter.com' and 'reddit.com' until 12:59 from 9:30 and until 15:30 from 13:00.
Can't access to 'www.hatena.ne.jp' and 'b.hatena.ne.jp' until 10:00 from 12:59.
Can't access to 'yahoo.com'
---------------------------------------------------------------

Features:
  ✔ Block the URL including the specified character string.
  ✔ Block only between the specified time.
  ✔ You can change the warning message.
  ✔ You can switch ON/OFF of each function.

About Incognito window:
  1. Open an Incognito window.
  2. Open an extension manager on Incognito window.
  3. Check an 'Allow in incognito' of 'Website Blocker'

Is there a way to hide the toolbar icon?:
  Yes, you must be right click on hide the toolbar icon. There is ""Hide button"".

Change Log:
  0.2.3
    - Translated to Korean. Special Thanks: Jihyun Won
  0.2.2
    - Translated to Turkish. Special Thanks: Muhammed Ali Efe
  0.2.1
    - Translated to French. Special Thanks: Mrein Stain
  0.2.0
    - Add password function.

  more ... https://github.com/tetsuwo/website-blocker-chrome.ext/blob/master/CHANGELOG.md

--
---------------------------------
Support Page
FAQ: https://github.com/tetsuwo/website-blocker-chrome.ext/wiki/Website-Blocker-FAQ
Facebook: http://fb.me/website.blocker
Twitter: http://twitter.com/website_blocker
---------------------------------
Developed by Tetsuwo OISHI
Facebook: http://fb.me/tetsuwo
Twitter: http://twitter.com/tetsukamp
---------------------------------                    

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

Όνομα Website Blocker (Beta) Website Blocker (Beta)
ID hclgegipaehbigmbhdpfapmjadbaldib
Επίσημο URL https://chromewebstore.google.com/detail/website-blocker-beta/hclgegipaehbigmbhdpfapmjadbaldib
Περιγραφή Website Blocker is useful when you want to concentrate on work.
Μέγεθος Αρχείου 129 KB
Αριθμός Εγκαταστάσεων 117,110
Τρέχουσα Έκδοση 0.3.3
Τελευταία Ενημέρωση 2019-02-24
Ημερομηνία Δημοσίευσης 2019-02-24
Αξιολόγηση 4.14/5 Συνολικά 1086 Αξιολογήσεις
Προγραμματιστής https://blog.t5o.me
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/tetsuwo/website-blocker-chrome.ext/wiki
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/tetsuwo/website-blocker-chrome.ext/wiki/Website-Blocker-FAQ
Υποστηριζόμενες Γλώσσες de,en,fr,tr,es,it,pt-BR,sl,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/19.png"
    },
    "icons": {
        "16": "images\/16.png",
        "19": "images\/19.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "72": "images\/72.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "version": "0.3.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com https:\/\/www.facebook.com https:\/\/connect.facebook.net; frame-src https:\/\/accounts.google.com https:\/\/platform.twitter.com https:\/\/www.facebook.com https:\/\/connect.facebook.net; object-src 'self'"
}