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是由https://ambivid.jcgv.space開發的Chrome擴展程式,該擴展的主要功能是“Creates lights effects around Youtube's video player corresponding to the video content”。
擴展截圖
下載Ambivid player for Youtube擴展crx文件
下載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 |
| 官方網址 | 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"
]
} | |