Ambivid player for Youtube
Creates lights effects around Youtube's video player corresponding to the video content
Что такое Ambivid player for Youtube?
Ambivid player for Youtube - это расширение Chrome, разработанное https://ambivid.jcgv.space, и его основная функция - "Creates lights effects around Youtube's video player corresponding to the video content".
Снимки экрана расширения
Скачать файл CRX расширения Ambivid player for Youtube
Скачайте файлы расширений Ambivid player for Youtube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Ambivid player for YouTube™ is a lightweight extension designed for an immersive yet comfortable watching experience.
-2.2.0 is out with fullscreen support ♥
-available on Chrome, Firefox, Opera, Brave, Torch and Edge.
-ship in less than 40kb
-one click to toggle
Feedback are welcomed. Основная информация о расширении
| Название | |
| ID | emompfhmdpalpbplkpelhplciciaapcc |
| Официальный URL | https://chromewebstore.google.com/detail/ambivid-player-for-youtub/emompfhmdpalpbplkpelhplciciaapcc |
| Описание | Creates lights effects around Youtube's video player corresponding to the video content |
| Размер файла | 40.08 KB |
| Количество установок | 309 |
| Текущая Версия | 2.2.1 |
| Последнее Обновление | 2021-05-26 |
| Дата публикации | 2020-03-30 |
| Рейтинг | 3.88/5 Всего 8 оценок |
| Разработчик | https://ambivid.jcgv.space |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://ambivid.jcgv.space/ |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ambivid player for Youtube",
"description": "Creates lights effects around Youtube's video player corresponding to the video content",
"version": "2.2.1",
"homepage_url": "http:\/\/ambivid.azurewebsites.net",
"author": "Jean-Charbel VANNIER",
"permissions": [
"http:\/\/ambivid.azurewebsites.net",
"declarativeContent"
],
"page_action": {
"default_title": "Ambivid"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"64": "icon64.png",
"128": "icon128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
"player.css"
],
"js": [
"Ambivid.js"
]
}
],
"web_accessible_resources": [
"icon.png"
]
} | |