Video Looper for Youtube/Dailymotion/others

This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5

ما هو Video Looper for Youtube/Dailymotion/others؟

Video Looper for Youtube/Dailymotion/others هو إضافة Chrome تم تطويرها بواسطة o9000، والميزة الرئيسية لها هي "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Video Looper for Youtube/Dailymotion/others

قم بتنزيل ملفات الامتداد Video Looper for Youtube/Dailymotion/others بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        A browser action button should appear on the right of the URL bar.
Click the action button once to toggle automatic replay for the video; click twice to disable it.                    

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

الاسم Video Looper for Youtube/Dailymotion/others Video Looper for Youtube/Dailymotion/others
ID kpcelfaheoikimakaonbfipkijodnmmd
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-looper-for-youtubed/kpcelfaheoikimakaonbfipkijodnmmd
الوصف This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5
حجم الملف 18.77 KB
عدد التثبيتات 2,418
النسخة الحالية 2015.12.30.0
آخر تحديث 2016-01-01
تاريخ النشر 2016-01-01
تقييم 4.19/5 مجموع تقييمات 16
المطور o9000
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Looper for Youtube\/Dailymotion\/others",
    "description": "This extension lets you automatically replay (loop) videos on Youtube, Dailymotion and other sites that use HTML5",
    "version": "2015.12.30.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Video Looper",
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}