The Internet Needs More Cats

replace every image with a cat

Wat is The Internet Needs More Cats?

The Internet Needs More Cats is een Chrome-extensie ontwikkeld door https://nolandchaliha.com, en de belangrijkste functie is "replace every image with a cat".

Download het CRX-bestand van de extensie The Internet Needs More Cats

Download The Internet Needs More Cats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam The Internet Needs More Cats The Internet Needs More Cats
ID abkhjlenamfebhpbbopkokfficikcjfo
Officiële URL https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo
Beschrijving replace every image with a cat
Bestandsgrootte 43.21 KB
Aantal Installaties 354
Huidige Versie 0.1
Laatst Bijgewerkt 2015-02-09
Publicatiedatum 2015-02-08
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar https://nolandchaliha.com
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}