Crunchyroll: continue watching bar

Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…

ما هو Crunchyroll: continue watching bar؟

Crunchyroll: continue watching bar هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…".

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

screenshot

تحميل ملف CRX للإضافة Crunchyroll: continue watching bar

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

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

                        Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new un-watched items from your queue.                    

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

الاسم Crunchyroll: continue watching bar Crunchyroll: continue watching bar
ID igdnfbkbeonbbolijhhgaipgaeankjka
عنوان URL الرسمي https://chromewebstore.google.com/detail/crunchyroll-continue-watc/igdnfbkbeonbbolijhhgaipgaeankjka
الوصف Removes the advertising from the Crunchyroll website and provides a quick access bar at the top of each page showing any new…
حجم الملف 36.71 KB
عدد التثبيتات 229
النسخة الحالية 1.0
آخر تحديث 2019-07-02
تاريخ النشر 2019-07-02
تقييم 5.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crunchyroll: continue watching bar",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "16": "ico\/16.png",
            "32": "ico\/32.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}