The Internet Needs More Cats

replace every image with a cat

Cos'è The Internet Needs More Cats?

The Internet Needs More Cats è un'estensione di Chrome sviluppata da https://nolandchaliha.com, e la sua funzione principale è "replace every image with a cat".

Scarica il file CRX dell'estensione The Internet Needs More Cats

Scarica i file di estensione The Internet Needs More Cats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome The Internet Needs More Cats The Internet Needs More Cats
ID abkhjlenamfebhpbbopkokfficikcjfo
URL Ufficiale https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo
Descrizione replace every image with a cat
Dimensione del File 43.21 KB
Conteggio Installazioni 354
Versione Corrente 0.1
Ultimo Aggiornamento 2015-02-09
Data di Pubblicazione 2015-02-08
Valutazione 4.75/5 Totale 8 Valutazioni
Sviluppatore https://nolandchaliha.com
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}