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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}