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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ambivid player for Youtube Ambivid player for Youtube
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"
    ]
}