The Internet Needs More Cats

replace every image with a cat

Qu'est-ce que The Internet Needs More Cats ?

The Internet Needs More Cats est une extension Chrome développée par https://nolandchaliha.com, et sa fonction principale est "replace every image with a cat".

Télécharger le fichier CRX de l'extension The Internet Needs More Cats

Téléchargez les fichiers d'extension The Internet Needs More Cats 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

                        Replace every image on the internet with a cat. Just click the cat icon. Reload to de-cat.                    

Informations de Base sur l'Extension

Nom The Internet Needs More Cats The Internet Needs More Cats
ID abkhjlenamfebhpbbopkokfficikcjfo
URL Officiel https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo
Description replace every image with a cat
Taille du Fichier 43.21 KB
Nombre d'Installations 354
Version Actuelle 0.1
Dernière Mise à Jour 2015-02-09
Date de Publication 2015-02-08
Évaluation 4.75/5 Total 8 Évaluations
Développeur https://nolandchaliha.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Internet Needs More Cats",
    "version": "0.1",
    "description": "replace every image with a cat",
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "cat"
    },
    "author": "Noland Chaliha",
    "permissions": [
        "activeTab",
        "http:\/\/i.imgur.com\/"
    ]
}