Focus On The Video

Turn the lights back off and focus on the video. This is like a cinema experience when you begin watching your Youtube videos.

ما هو Focus On The Video؟

Focus On The Video هو إضافة Chrome تم تطويرها بواسطة Free Software، والميزة الرئيسية لها هي "Turn the lights back off and focus on the video. This is like a cinema experience when you begin watching your Youtube videos.".

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

screenshot

تحميل ملف CRX للإضافة Focus On The Video

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

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

                        Turn the lights back off and focus on the video. This is like a cinema experience when you begin
watching your Youtube videos.

The entire background will start fading to black, so you can watch the videos as if you were in the cinema. 

With a single click on the software button, the page will fade to dark. And automatically focus on the video.                    

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

الاسم Focus On The Video Focus On The Video
ID pgbihanplpcmckeoibedjmbpblbaeoai
عنوان URL الرسمي https://chromewebstore.google.com/detail/focus-on-the-video/pgbihanplpcmckeoibedjmbpblbaeoai
الوصف Turn the lights back off and focus on the video. This is like a cinema experience when you begin watching your Youtube videos.
حجم الملف 5.41 MB
عدد التثبيتات 66
النسخة الحالية 1.0
آخر تحديث 2020-05-10
تاريخ النشر 2020-05-07
المطور Free Software
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freebusinessapps.net/privacy
اللغات المدعومة id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Focus On The Video",
    "short_name": "Focus On The Video",
    "version": "1.0",
    "description": "Turn the lights back off and focus on the video. This is like a cinema experience when you begin watching your Youtube videos.",
    "icons": {
        "16": "images\/icons8-video-16.png",
        "32": "images\/icons8-video-32.png",
        "48": "images\/icons8-video-48.png",
        "64": "images\/icons8-video-64.png",
        "128": "images\/icons8-video-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "16": "images\/icons8-video-16.png",
            "32": "images\/icons8-video-32.png",
            "48": "images\/icons8-video-48.png",
            "64": "images\/icons8-video-64.png",
            "128": "images\/icons8-video-128.png"
        }
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*\/options.html"
            ],
            "js": [
                "js\/constants.js",
                "js\/content.js",
                "js\/eco.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.mycinema.pro\/*",
                "*:\/\/*\/*\/options.html"
            ],
            "css": [
                "css\/light.css"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/screenshader.js"
            ],
            "exclude_matches": [
                "*:\/\/*\/*\/options.html"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/fps.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*\/options.html"
            ],
            "js": [
                "js\/autostop.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css\/youtube.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*\/options.html"
            ],
            "js": [
                "js\/constants.js",
                "js\/options.js",
                "js\/Chart.js",
                "js\/eco-preview.js"
            ],
            "run_at": "document_end"
        }
    ],
    "offline_enabled": true,
    "minimum_chrome_version": "33",
    "storage": {
        "managed_schema": "schema.json"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "",
        "storage",
        "https:\/\/update-api.cinemamode.co\/"
    ]
}