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 |
| 公式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 |
| Eメール | [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"
]
} | |