Wandering Cat

The cat wanders

ما هو Wandering Cat؟

Wandering Cat هو إضافة Chrome تم تطويرها بواسطة willmccambley، والميزة الرئيسية لها هي "The cat wanders".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Wandering Cat

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

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

                        This extension creates an 8-bit cat that will walk randomly around your browser. You can double click to remove the cat.                    

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

الاسم Wandering Cat Wandering Cat
ID fekmcdeljonllillnbjhophkhnjhhjpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/wandering-cat/fekmcdeljonllillnbjhophkhnjhhjpd
الوصف The cat wanders
حجم الملف 165 KB
عدد التثبيتات 193
النسخة الحالية 2.01
آخر تحديث 2021-12-01
تاريخ النشر 2021-11-30
تقييم 5.00/5 مجموع تقييمات 3
المطور willmccambley
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sedoc.codes
عنوان صفحة المساعدة https://github.com/WillCMcC/cat_wanderer
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wandering Cat",
    "description": "The cat wanders",
    "version": "2.01",
    "permissions": [],
    "browser_action": {
        "default_icon": "img\/F_SIT.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/catman.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/onload.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}