Share Current Youtube Video Time

A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…

Что такое Share Current Youtube Video Time?

Share Current Youtube Video Time - это расширение Chrome, разработанное https://hwangmatthew.com, и его основная функция - "A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Share Current Youtube Video Time

Скачайте файлы расширений Share Current Youtube Video Time в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link to your youtube video at the current time with one click, instead of making you have to click multiple buttons to share at your current time.                    

Основная информация о расширении

Название Share Current Youtube Video Time Share Current Youtube Video Time
ID jcofpgdoehfbllnilflkampfndabpnji
Официальный URL https://chromewebstore.google.com/detail/share-current-youtube-vid/jcofpgdoehfbllnilflkampfndabpnji
Описание A simple extension that creates a button underneath the "share" button on Youtube. This button will copy to your clipboard a link…
Размер файла 10.53 KB
Количество установок 21
Текущая Версия 0.3
Последнее Обновление 2018-06-18
Дата публикации 2018-06-17
Разработчик https://hwangmatthew.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share Current Youtube Video Time",
    "version": "0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/watch*",
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}