Video Filters

Easy access to html5 video filters

ما هو Video Filters؟

Video Filters هو إضافة Chrome تم تطويرها بواسطة flweynschenk، والميزة الرئيسية لها هي "Easy access to html5 video filters".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Video Filters

قم بتنزيل ملفات الامتداد Video Filters بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Extension enables you to change brightness and more of any video on the web.
Includes a convenient button for playing the videos in Picture in Picture mode.

Available filters are;
Brightness, Contrast, Saturation, Invert, Sepia, Opacity, Grayscale, Hue, Blur and playbackrate.

Tested on;
Netflix, Disney+, YouTube and more.                    

معلومات أساسية عن التمديد

الاسم Video Filters Video Filters
ID glkdajeidfbnmaehchohlcdcdkledpeh
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-filters/glkdajeidfbnmaehchohlcdcdkledpeh
الوصف Easy access to html5 video filters
حجم الملف 17.8 KB
عدد التثبيتات 212
النسخة الحالية 1.2.2
آخر تحديث 2024-03-07
تاريخ النشر 2022-03-20
تقييم 4.80/5 مجموع تقييمات 5
المطور flweynschenk
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/FWeynschenk/VideoFilters
عنوان صفحة المساعدة https://github.com/FWeynschenk/VideoFilters/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Filters",
    "description": "Easy access to html5 video filters",
    "version": "1.2.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/outline_video_settings_black_18dp.png",
            "32": "\/images\/outline_video_settings_black_24dp.png",
            "48": "\/images\/outline_video_settings_black_36dp.png",
            "128": "\/images\/outline_video_settings_black_48dp.png"
        }
    },
    "icons": {
        "16": "\/images\/outline_video_settings_black_18dp.png",
        "32": "\/images\/outline_video_settings_black_24dp.png",
        "48": "\/images\/outline_video_settings_black_36dp.png",
        "128": "\/images\/outline_video_settings_black_48dp.png"
    },
    "options_page": "options.html"
}