Chrome Cats Inc

Second Extension focusing on the worldwide issue of feline absence!

Cos'è Chrome Cats Inc?

Chrome Cats Inc è un'estensione di Chrome sviluppata da ChromeCats, e la sua funzione principale è "Second Extension focusing on the worldwide issue of feline absence!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chrome Cats Inc

Scarica i file di estensione Chrome Cats Inc 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

                                            

Informazioni di Base sull'Estensione

Nome Chrome Cats Inc Chrome Cats Inc
ID aojakjhbmglakfcpjfkloleajbdhbppl
URL Ufficiale https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl
Descrizione Second Extension focusing on the worldwide issue of feline absence!
Dimensione del File 18.15 KB
Conteggio Installazioni 21
Versione Corrente 0.1
Ultimo Aggiornamento 2019-02-05
Data di Pubblicazione 2019-02-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ChromeCats
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Cats Inc",
    "version": "0.1",
    "description": "Second Extension focusing on the worldwide issue of feline absence!",
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/cat48.png"
    },
    "icons": {
        "16": "images\/cat16.png",
        "32": "images\/cat32.png",
        "48": "images\/cat48.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}