Cats! Cats Everywhere!
Cats... they're everywhere! Tab+B... it does what it sounds like.
ما هو Cats! Cats Everywhere!؟
Cats! Cats Everywhere! هو إضافة Chrome تم تطويرها بواسطة Bob Hensley، والميزة الرئيسية لها هي "Cats... they're everywhere! Tab+B... it does what it sounds like.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cats! Cats Everywhere!
قم بتنزيل ملفات الامتداد Cats! Cats Everywhere! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cats, they're everywhere! Just press Tab+B on any webpage and enjoy the glorious cats.
معلومات أساسية عن التمديد
الاسم | Cats! Cats Everywhere! |
ID | oilfbkpdgicpkfbfaaapepcgacpndddo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo |
الوصف | Cats... they're everywhere! Tab+B... it does what it sounds like. |
حجم الملف | 1.81 MB |
عدد التثبيتات | 69 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2018-08-24 |
تاريخ النشر | 2018-08-24 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Bob Hensley |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://rcbrayshaw.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cats! Cats Everywhere!", "version": "1.1.1", "description": "Cats... they're everywhere! Tab+B... it does what it sounds like.", "background": { "scripts": [ "jquery-3.3.1.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "tabby_cats.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon-32.png" }, "web_accessible_resources": [ "cats\/*" ], "manifest_version": 2 } |