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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}