Chrome Cats Inc

Second Extension focusing on the worldwide issue of feline absence!

Apa itu Chrome Cats Inc?

Chrome Cats Inc adalah ekstensi Chrome yang dikembangkan oleh ChromeCats, dan fitur utamanya adalah "Second Extension focusing on the worldwide issue of feline absence!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome Cats Inc

Unduh file ekstensi Chrome Cats Inc dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Chrome Cats Inc Chrome Cats Inc
ID aojakjhbmglakfcpjfkloleajbdhbppl
URL Resmi https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl
Deskripsi Second Extension focusing on the worldwide issue of feline absence!
Ukuran File 18.15 KB
Jumlah Instalasi 21
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-02-05
Tanggal Publikasi 2019-02-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang ChromeCats
Tipe Pembayaran free
Bahasa yang Didukung 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
}