AnimeLab AutoSkip

Skips intro and outros automatically for non-stop viewing.

ما هو AnimeLab AutoSkip؟

AnimeLab AutoSkip هو إضافة Chrome تم تطويرها بواسطة Roflmuffin، والميزة الرئيسية لها هي "Skips intro and outros automatically for non-stop viewing.".

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

screenshot

تحميل ملف CRX للإضافة AnimeLab AutoSkip

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

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

                        Automatically skips intro and outros on AnimeLab for non-stop viewing.                    

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

الاسم AnimeLab AutoSkip AnimeLab AutoSkip
ID fkbegceenaneemgjgeekenjiajaafkja
عنوان URL الرسمي https://chrome.google.com/webstore/detail/animelab-autoskip/fkbegceenaneemgjgeekenjiajaafkja
الوصف Skips intro and outros automatically for non-stop viewing.
حجم الملف 34.62 KB
عدد التثبيتات 156
النسخة الحالية 1.0
آخر تحديث 2021-01-10
تاريخ النشر 2021-01-10
تقييم 3.50/5 مجموع تقييمات 4
المطور Roflmuffin
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AnimeLab AutoSkip",
    "version": "1.0",
    "description": "Skips intro and outros automatically for non-stop viewing.",
    "permissions": [
        "storage",
        "declarativeContent",
        "*:\/\/*.animelab.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.animelab.com\/player*"
            ],
            "js": [
                "watch.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/AnimeLabAutoSkip_16.png",
            "32": "images\/AnimeLabAutoSkip_32.png",
            "48": "images\/AnimeLabAutoSkip_48.png",
            "128": "images\/AnimeLabAutoSkip_128.png"
        }
    },
    "icons": {
        "16": "images\/AnimeLabAutoSkip_16.png",
        "32": "images\/AnimeLabAutoSkip_32.png",
        "48": "images\/AnimeLabAutoSkip_48.png",
        "128": "images\/AnimeLabAutoSkip_128.png"
    },
    "manifest_version": 2
}