YT-Focus

YT-Focus is build and designed to make sure the reduce watch time & increase the privacy during the sharing the youTube screen.

ما هو YT-Focus؟

YT-Focus هو إضافة Chrome تم تطويرها بواسطة Prachika | Vibhor، والميزة الرئيسية لها هي "YT-Focus is build and designed to make sure the reduce watch time & increase the privacy during the sharing the youTube screen.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YT-Focus

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

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

                        YT-Focus:
Is designed and developed to reduce the wasting of the time that took place over YouTube™ and make the person more focus and concentrated over the content they went to YouTube™ instead of that getting distracted from the suggestions they got interacted from the first home page after that when they start watching the video they got distracted by the comments. 
When the video ends they get distracted by the next video suggestion from the aside section.
To make sure all this unwanted factor of distraction is less and makes the person more focused on the content they are looking for.
->Another reason during the video call session many people not that much ok with sharing their data what they are watching and what channels they subscribed. It also helps them to open YouTube easy without and hesitation. 
********************
To do that we made YT-Focus(YouTube Focus) We make sure
1) The first home page should be clean only the search bar to be present.
(The rotating sphere around our logo is the symbol to represent the person should know why they visited this page and first complete that task).
*******
2) Make sure you pin the extension with the toolbar because it has an additional feature to be used as a notepad on any website and due to privacy reason all the data is locally stored to your system only.
********
3) While watching the video max. of the time people visit to read the comments and due to such activity their productivity rate reduces.

It is better to be focused when you are surrounded by so much data and unnecessary information.
***************************
Download the extension and use it for 1week as a challenge and see the changes in your productivity rate.

NOT WORKING?
Please use the feedback button to alert me if YouTube™ is not being displayed properly.

REGARDING PRIVACY
I do not read, examine or track your browser history or any other personal information.  The only permissions I ask for are "tabs" to insert the functionality and "storage" to store your settings.  
This chrome extension is the tool to remove the distraction components from the YouTube™.                    

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

الاسم YT-Focus YT-Focus
ID ilnekkgnikcloleejbloidjopfcbkglk
عنوان URL الرسمي https://chromewebstore.google.com/detail/yt-focus/ilnekkgnikcloleejbloidjopfcbkglk
الوصف YT-Focus is build and designed to make sure the reduce watch time & increase the privacy during the sharing the youTube screen.
حجم الملف 46.55 KB
عدد التثبيتات 21
النسخة الحالية 1.0
آخر تحديث 2021-02-07
تاريخ النشر 2021-02-07
تقييم 5.00/5 مجموع تقييمات 4
المطور Prachika | Vibhor
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT-Focus",
    "description": "YT-Focus is build and designed to make sure the reduce watch time & increase the privacy during the sharing the youTube screen.",
    "version": "1.0",
    "author": "Vibhor & Prachika",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "32": "icon32.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "src\/style.css"
            ],
            "js": [
                "src\/ytdl.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/logo.jpeg"
    ],
    "permissions": [
        "storage"
    ]
}