Cat Generator

The purrfect extension to keep you entertained with awesome cat gifs.

Cos'è Cat Generator?

Cat Generator è un'estensione di Chrome sviluppata da nickela125, e la sua funzione principale è "The purrfect extension to keep you entertained with awesome cat gifs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cat Generator

Scarica i file di estensione Cat Generator 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

                        Are you having a boring day? Need something to make you smile? Just really love cats? If you answered yes to any of these (and even if you didn't), you need Cat Generator.

Get randomly generated cat gifs delivered right to your web browser with one simple click. Guaranteed to improve your day.                    

Informazioni di Base sull'Estensione

Nome Cat Generator Cat Generator
ID glpkdnkdpcloinlicdbnlemidgdmglhh
URL Ufficiale https://chromewebstore.google.com/detail/cat-generator/glpkdnkdpcloinlicdbnlemidgdmglhh
Descrizione The purrfect extension to keep you entertained with awesome cat gifs.
Dimensione del File 211 KB
Conteggio Installazioni 1,433
Versione Corrente 1.2.0.0
Ultimo Aggiornamento 2018-09-24
Data di Pubblicazione 2018-09-23
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore nickela125
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat Generator",
    "description": "The purrfect extension to keep you entertained with awesome cat gifs.",
    "version": "1.2.0.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "cat_16.png",
        "48": "cat_48.png",
        "128": "cat_128.png"
    }
}