YouTube Auto Reply

Extension For auto-repeat Youtube Videos.

ما هو YouTube Auto Reply؟

YouTube Auto Reply هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Extension For auto-repeat Youtube Videos.".

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

screenshot

تحميل ملف CRX للإضافة YouTube Auto Reply

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

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

                        This Extension plays YouTube videos repeatedly.
Not only YouTube videos, but also YouTube videos linked to other sites can be played repeatedly.
A button is added to the bottom right of the video.                    

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

الاسم YouTube Auto Reply YouTube Auto Reply
ID kfkkmpmfofgkfnpiaepanikkeoelnbbf
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-auto-reply/kfkkmpmfofgkfnpiaepanikkeoelnbbf
الوصف Extension For auto-repeat Youtube Videos.
حجم الملف 37.34 KB
عدد التثبيتات 515
النسخة الحالية 1.0.1
آخر تحديث 2020-03-27
تاريخ النشر 2020-03-26
تقييم 5.00/5 مجموع تقييمات 2
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/repeat.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/repeat.png",
        "images\/repeat-active.png"
    ]
}