Auto Repeat for HTML5 Youtube Videos

Make Your HTML5 Youtube Videos Auto Repeat

ما هو Auto Repeat for HTML5 Youtube Videos؟

Auto Repeat for HTML5 Youtube Videos هو إضافة Chrome تم تطويرها بواسطة arrezaw216، والميزة الرئيسية لها هي "Make Your HTML5 Youtube Videos Auto Repeat".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Auto Repeat for HTML5 Youtube Videos

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

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

                        ***08/03/2015 Update***

Simple Auto Repeat feature for HTML5 YouTube videos on youtube.com exclusively.

Works on regular HTML5 YouTube videos and user playlists.

Auto Repeat toggle buttons are located in the control bar of the video.

The toggle button will appear on all screen modes, such as theater mode 

and full screen.                    

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

الاسم Auto Repeat for HTML5 Youtube Videos Auto Repeat for HTML5 Youtube Videos
ID khkihoopolaklcpkkcddoohipmnenjii
عنوان URL الرسمي https://chromewebstore.google.com/detail/auto-repeat-for-html5-you/khkihoopolaklcpkkcddoohipmnenjii
الوصف Make Your HTML5 Youtube Videos Auto Repeat
حجم الملف 5.41 MB
عدد التثبيتات 168
النسخة الحالية 0.0.1.2
آخر تحديث 2015-08-04
تاريخ النشر 2015-08-04
تقييم 4.43/5 مجموع تقييمات 7
المطور arrezaw216
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Auto Repeat for HTML5 Youtube Videos",
    "description": "Make Your HTML5 Youtube Videos Auto Repeat",
    "version": "0.0.1.2",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "repeat2.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "repeat_icon_19.png",
        "default_title": "HTML5 Youtube Video Auto Repeat"
    },
    "manifest_version": 2
}