Crunchyroll Skipper

Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll

ما هو Crunchyroll Skipper؟

Crunchyroll Skipper هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Crunchyroll Skipper

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

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

                        With this extension users can upload a time frame for either intros or outros per anime episode. Once a time frame is uploaded, a skip button will appear when the episode reaches the uploaded time frame. If the user clicks the skip button, the time frame will be skipped.                    

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

الاسم Crunchyroll Skipper Crunchyroll Skipper
ID ipanhcjnbhelglccnikmfmikmeakbcfk
عنوان URL الرسمي https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk
الوصف Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
حجم الملف 19.04 KB
عدد التثبيتات 432
النسخة الحالية 1.2
آخر تحديث 2020-06-10
تاريخ النشر 2020-06-10
تقييم 4.33/5 مجموع تقييمات 3
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/Weretiger/crskipper
عنوان صفحة المساعدة https://github.com/Weretiger/crskipper
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crunchyroll Skipper",
    "version": "1.2",
    "description": "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*"
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [],
    "manifest_version": 2
}