Kitten Block

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

Co je Kitten Block?

Kitten Block je rozšíření Chrome vyvinuté https://www.tomroyal.com, a jeho hlavní funkcí je „Redirects the Daily Mail and Daily Express websites to Tea and Kittens.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Kitten Block

Stáhněte si soubory rozšíření Kitten Block ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Kitten Block Kitten Block
ID dicomhebenajaeajoaehlhebjjehjahd
Oficiální URL https://chromewebstore.google.com/detail/kitten-block/dicomhebenajaeajoaehlhebjjehjahd
Popis Redirects the Daily Mail and Daily Express websites to Tea and Kittens.
Velikost souboru 18.43 KB
Počet instalací 1,226
Aktuální Verze 1.1
Poslední Aktualizace 2018-09-08
Datum Vydání 2018-09-08
Hodnocení 4.86/5 Celkem 64 Hodnocení
Vývojář https://www.tomroyal.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.teaandkittens.co.uk
Podporované Jazyky 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"
    }
}