Focus Cat

Increase productivity by temporarily blocking websites.

What is Focus Cat?

Focus Cat is a Chrome extension developed by RayZ, and its main feature is "Increase productivity by temporarily blocking websites.".

Extension Screenshots

screenshot

Download Focus Cat Extension CRX File

Download Focus Cat 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

                        Are you easily distracted? Do you find yourself browsing Facebook or some other distraction and you don't even know how you got there?

Focus Cat is here to help!

Just install this plugin, and you're good to go. Focus Cat comes with a few default distraction websites.                    

Extension Basic Information

Name Focus Cat Focus Cat
ID bjejgjoblboddchpklahjbkmgfeilodi
Official URL https://chrome.google.com/webstore/detail/focus-cat/bjejgjoblboddchpklahjbkmgfeilodi
Description Increase productivity by temporarily blocking websites.
File Size 6.77 MB
Installation Count 67
Current Version 1.21
Last Updated 2017-02-16
Publish Date 2017-02-16
Rating 4.63/5 Total 8 Ratings
Developer RayZ
Payment Type free
Extension Website http://www.rayz.io
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus Cat",
    "description": "Increase productivity by temporarily blocking websites.",
    "version": "1.21",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Enter websites that distract you"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "distraction.html",
        ".\/assets\/sad_cat.jpg"
    ]
}