Kitten Block

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

Qu'est-ce que Kitten Block ?

Kitten Block est une extension Chrome développée par https://www.tomroyal.com, et sa fonction principale est "Redirects the Daily Mail and Daily Express websites to Tea and Kittens.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kitten Block

Téléchargez les fichiers d'extension Kitten Block au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kitten Block Kitten Block
ID dicomhebenajaeajoaehlhebjjehjahd
URL Officiel https://chromewebstore.google.com/detail/kitten-block/dicomhebenajaeajoaehlhebjjehjahd
Description Redirects the Daily Mail and Daily Express websites to Tea and Kittens.
Taille du Fichier 18.43 KB
Nombre d'Installations 1,226
Version Actuelle 1.1
Dernière Mise à Jour 2018-09-08
Date de Publication 2018-09-08
Évaluation 4.86/5 Total 64 Évaluations
Développeur https://www.tomroyal.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.teaandkittens.co.uk
Langues Prises en Charge 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"
    }
}