Chrome Cats Inc

Second Extension focusing on the worldwide issue of feline absence!

Qu'est-ce que Chrome Cats Inc ?

Chrome Cats Inc est une extension Chrome développée par ChromeCats, et sa fonction principale est "Second Extension focusing on the worldwide issue of feline absence!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome Cats Inc

Téléchargez les fichiers d'extension Chrome Cats Inc au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Chrome Cats Inc Chrome Cats Inc
ID aojakjhbmglakfcpjfkloleajbdhbppl
URL Officiel https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl
Description Second Extension focusing on the worldwide issue of feline absence!
Taille du Fichier 18.15 KB
Nombre d'Installations 21
Version Actuelle 0.1
Dernière Mise à Jour 2019-02-05
Date de Publication 2019-02-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur ChromeCats
Type de Paiement free
Langues Prises en Charge 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
}