Hello Kitty Image Randomizer

Enjoy a Random Hello Kitty Image Search.

Cos'è Hello Kitty Image Randomizer?

Hello Kitty Image Randomizer è un'estensione di Chrome sviluppata da chrischesoft, e la sua funzione principale è "Enjoy a Random Hello Kitty Image Search.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hello Kitty Image Randomizer

Scarica i file di estensione Hello Kitty Image Randomizer 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

                        This extension contains a database of Hello Kitty keywords and will perform a Google Image Search using a random term.                    

Informazioni di Base sull'Estensione

Nome Hello Kitty Image Randomizer Hello Kitty Image Randomizer
ID paejmmginnephicjfakbbofmadapblhf
URL Ufficiale https://chrome.google.com/webstore/detail/hello-kitty-image-randomi/paejmmginnephicjfakbbofmadapblhf
Descrizione Enjoy a Random Hello Kitty Image Search.
Dimensione del File 173 KB
Conteggio Installazioni 121
Versione Corrente 1.2
Ultimo Aggiornamento 2017-01-28
Data di Pubblicazione 2017-01-28
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore chrischesoft
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hello Kitty Image Randomizer",
    "description": "Enjoy a Random Hello Kitty Image Search.",
    "version": "1.2",
    "icons": {
        "16": "img\/hk.png",
        "48": "img\/hk.png",
        "128": "img\/hk.png"
    },
    "permissions": [
        "tabs",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/hk.png"
    },
    "background": {
        "scripts": [
            "jquery-3.1.1.min.js",
            "retrieveswapi.js"
        ]
    }
}