Fullscreen Youtube on Twitter

Enables fullscreen mode for youtube videos embedded in the twitter feed

Что такое Fullscreen Youtube on Twitter?

Fullscreen Youtube on Twitter - это расширение Chrome, разработанное http://pause-geek.fr, и его основная функция - "Enables fullscreen mode for youtube videos embedded in the twitter feed".

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

screenshot

Скачать файл CRX расширения Fullscreen Youtube on Twitter

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

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

                        If you want to make sure this extension is not malicious you can check the (very short) source code at https://github.com/BaliBalo/twitterYoutubeFullscreen and use it directly from there.                    

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

Название Fullscreen Youtube on Twitter Fullscreen Youtube on Twitter
ID fkjbbblglhfokmilicmlbgoijjlikdep
Официальный URL https://chrome.google.com/webstore/detail/fullscreen-youtube-on-twi/fkjbbblglhfokmilicmlbgoijjlikdep
Описание Enables fullscreen mode for youtube videos embedded in the twitter feed
Размер файла 4.22 KB
Количество установок 32
Текущая Версия 1.6
Последнее Обновление 2016-08-13
Дата публикации 2016-08-13
Разработчик http://pause-geek.fr
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullscreen Youtube on Twitter",
    "version": "1.6",
    "description": "Enables fullscreen mode for youtube videos embedded in the twitter feed",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/i\/cards\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}