Kitten Block

Redirects the Daily Mail and Daily Express websites to Tea and Kittens.

What is Kitten Block?

Kitten Block is a Chrome extension developed by https://www.tomroyal.com, and its main feature is "Redirects the Daily Mail and Daily Express websites to Tea and Kittens.".

Extension Screenshots

screenshot

Download Kitten Block Extension CRX File

Download Kitten Block 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

                        The Daily Mail and Daily Express are popular UK tabloid newspapers:

http://en.wikipedia.org/wiki/Daily_Mail
http://en.wikipedia.org/wiki/Daily_Express

When using the internet in the UK it's almost impossible to avoid occasionally accessing the website of one or the other, even if one finds their political and social outlook unpleasant or offensive. 

KittenBlock is designed to solve this problem. It performs one simple function: if the browser is directed to either website it will be redirected instead to a selection of photos from http://www.teaandkittens.co.uk.

There is no override option, and there are no options to configure. The extension can be disabled in the usual manner should the user wish.

NEW: Updated v1.1 changes the manifest file format, so this extension works with recent versions of Chrome.                    

Extension Basic Information

Name Kitten Block Kitten Block
ID dicomhebenajaeajoaehlhebjjehjahd
Official URL https://chromewebstore.google.com/detail/kitten-block/dicomhebenajaeajoaehlhebjjehjahd
Description Redirects the Daily Mail and Daily Express websites to Tea and Kittens.
File Size 18.43 KB
Installation Count 1,226
Current Version 1.1
Last Updated 2018-09-08
Publish Date 2018-09-08
Rating 4.86/5 Total 64 Ratings
Developer https://www.tomroyal.com
Email [email protected]
Payment Type free
Extension Website http://www.teaandkittens.co.uk
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kitten Block",
    "description": "Redirects the Daily Mail and Daily Express websites to Tea and Kittens.",
    "version": "1.1",
    "background": {
        "scripts": [
            "kblock.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "kb_48.png",
        "128": "kb_128.png"
    }
}