Focus: A Simple Site Blocker
A Chrome Extension to help you focus.
What is Focus: A Simple Site Blocker?
Focus: A Simple Site Blocker is a Chrome extension developed by rypan, and its main feature is "A Chrome Extension to help you focus.".
Extension Screenshots
Download Focus: A Simple Site Blocker Extension CRX File
Download Focus: A Simple Site Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Focus is a simple Chrome Extension that helps you focus by blocking a list of sites that you choose.
Extension Basic Information
Name | Focus: A Simple Site Blocker |
ID | akghpofhgkghbnodfjfenhimdhajhpdh |
Official URL | https://chromewebstore.google.com/detail/focus-a-simple-site-block/akghpofhgkghbnodfjfenhimdhajhpdh |
Description | A Chrome Extension to help you focus. |
File Size | 35.24 KB |
Installation Count | 382 |
Current Version | 1.0.1 |
Last Updated | 2016-09-09 |
Publish Date | 2016-09-08 |
Rating | 3.40/5 Total 10 Ratings |
Developer | rypan |
Payment Type | free |
Extension Website | https://github.com/rypan/focus |
Help Page URL | https://github.com/rypan/focus/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus: A Simple Site Blocker", "short_name": "Focus", "description": "A Chrome Extension to help you focus.", "version": "1.0.1", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Focus", "default_popup": "popup.html", "default_icon": "48.png" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |