Chrome Cats Inc

Second Extension focusing on the worldwide issue of feline absence!

ما هو Chrome Cats Inc؟

Chrome Cats Inc هو إضافة Chrome تم تطويرها بواسطة ChromeCats، والميزة الرئيسية لها هي "Second Extension focusing on the worldwide issue of feline absence!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Chrome Cats Inc

قم بتنزيل ملفات الامتداد Chrome Cats Inc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Chrome Cats Inc Chrome Cats Inc
ID aojakjhbmglakfcpjfkloleajbdhbppl
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl
الوصف Second Extension focusing on the worldwide issue of feline absence!
حجم الملف 18.15 KB
عدد التثبيتات 21
النسخة الحالية 0.1
آخر تحديث 2019-02-05
تاريخ النشر 2019-02-04
تقييم 5.00/5 مجموع تقييمات 1
المطور ChromeCats
نوع الدفع free
اللغات المدعومة 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
}