YouTube Everywhere
Lets YouTube videos play on any page with a YouTube Link
Что такое YouTube Everywhere?
YouTube Everywhere - это расширение Chrome, разработанное Jared Frank, и его основная функция - "Lets YouTube videos play on any page with a YouTube Link".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Everywhere
Скачайте файлы расширений YouTube Everywhere в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
YouTube Everywhere adds small YouTube icons next YouTube links on any page. Clicking the icon will expand a small YouTube player to be able to watch the video without having to change pages or open a new tab!
Основная информация о расширении
Название | |
ID | aabngppaojjlinklfhfgdlofeddimohg |
Официальный URL | https://chrome.google.com/webstore/detail/youtube-everywhere/aabngppaojjlinklfhfgdlofeddimohg |
Описание | Lets YouTube videos play on any page with a YouTube Link |
Размер файла | 104 KB |
Количество установок | 1,000 |
Текущая Версия | 1.3.3 |
Последнее Обновление | 2015-08-12 |
Дата публикации | 2015-08-12 |
Рейтинг | 3.93/5 Всего 30 оценок |
Разработчик | Jared Frank |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Everywhere", "description": "Lets YouTube videos play on any page with a YouTube Link", "version": "1.3.3", "icons": { "16": "img\/ytlogo128.png", "48": "img\/ytlogo128.png", "128": "img\/ytlogo128.png" }, "background": { "scripts": [ "main.js" ], "persistent": false }, "web_accessible_resources": [ "img\/youtube.png" ], "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ " |