Royal Baby Catifier
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
ما هو Royal Baby Catifier؟
Royal Baby Catifier هو إضافة Chrome تم تطويرها بواسطة jordanrs2k1، والميزة الرئيسية لها هي "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Royal Baby Catifier
قم بتنزيل ملفات الامتداد Royal Baby Catifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
معلومات أساسية عن التمديد
الاسم | |
ID | adjameoabcmbdobiafhhoclndepibfno |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno |
الوصف | Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat |
حجم الملف | 97.23 KB |
عدد التثبيتات | 10 |
النسخة الحالية | 0.1 |
آخر تحديث | 2013-07-22 |
تاريخ النشر | 2013-07-22 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | jordanrs2k1 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Royal Baby Catifier", "description": "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat", "version": "0.1", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/caticon16.png", "48": "icons\/caticon48.png", "128": "icons\/caticon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/jquery.js", "scripts\/royalBabdyCatifier.js" ] } ] } |