Cute Kittens

Click for cute kittens! Cheers you up super fast.

Cos'è Cute Kittens?

Cute Kittens è un'estensione di Chrome sviluppata da robloxmcdj, e la sua funzione principale è "Click for cute kittens! Cheers you up super fast.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cute Kittens

Scarica i file di estensione Cute Kittens 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

                        Install this app to view new pictures of cute kittens on Flickr with a click of the mouse! This app will cheer you up when you're down. For now, there are no options to configure.                    

Informazioni di Base sull'Estensione

Nome Cute Kittens Cute Kittens
ID gfnilekanmfhlbjkbmapnnddfmegialo
URL Ufficiale https://chrome.google.com/webstore/detail/cute-kittens/gfnilekanmfhlbjkbmapnnddfmegialo
Descrizione Click for cute kittens! Cheers you up super fast.
Dimensione del File 63.2 KB
Conteggio Installazioni 103
Versione Corrente 1.5
Ultimo Aggiornamento 2014-04-30
Data di Pubblicazione 2014-04-30
Valutazione 2.17/5 Totale 6 Valutazioni
Sviluppatore robloxmcdj
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cute Kittens",
    "description": "Click for cute kittens! Cheers you up super fast.",
    "version": "1.5",
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/secure.flickr.com\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}