Neat Rabb.it

Theater mode for Rabb.it

ما هو Neat Rabb.it؟

Neat Rabb.it هو إضافة Chrome تم تطويرها بواسطة victornpb، والميزة الرئيسية لها هي "Theater mode for Rabb.it".

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

screenshot

تحميل ملف CRX للإضافة Neat Rabb.it

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

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

                        Neat Rabbit is an extension that modifies the current website layout, to provide a better user experience while watching content on the website www.rabb.it                    

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

الاسم Neat Rabb.it Neat Rabb.it
ID donpmjabppcnncmoiobkhkjmhkhfaiao
عنوان URL الرسمي https://chromewebstore.google.com/detail/neat-rabbit/donpmjabppcnncmoiobkhkjmhkhfaiao
الوصف Theater mode for Rabb.it
حجم الملف 363 KB
عدد التثبيتات 14
النسخة الحالية 0.1.1
آخر تحديث 2018-03-06
تاريخ النشر 2018-03-05
تقييم 4.00/5 مجموع تقييمات 4
المطور victornpb
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neat Rabb.it",
    "description": "Theater mode for Rabb.it",
    "version": "0.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.rabb.it\/*"
            ]
        }
    ]
}