Study Mode: YouTube

Enhance your YouTube study sessions, no more distractions.

ما هو Study Mode: YouTube؟

Study Mode: YouTube هو إضافة Chrome تم تطويرها بواسطة emdhdev، والميزة الرئيسية لها هي "Enhance your YouTube study sessions, no more distractions.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Study Mode: YouTube

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

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

                        Study and reach better focus during your video browsing session by removing all distractions from YouTube - such as homepage videos, the notification badge, autoplay, sidebar recommended videos, and more. Increase productivity and never get lost in the sea of videos again!

This is an open-source browser extension, created to help you (and me!) with serious study/learning/focus sessions.  The source code can be found on the chrome-official branch here: https://github.com/emdh-dev/study-mode-youtube/

Current Features:
-Remove all videos on YouTube's homepage.
-Remove the notifications bell.
-Remove sidebar videos (will also disable autoplay, the recommended video wall after a video ends, and will put the video in theater mode).
-Remove all comments.


Open this extension in Firefox browser's toolbar (same icon you see on this page) and select any option you wish to apply to your current tab of YouTube - you can apply as many options as you'd like! These options are only immediately applied to your current tab. If you want to apply these changes to any other tab or window with YouTube open, open this browser extension again (no need to re-select the checkboxes), and all changes will be immediately applied!

Unchecking any option will refresh the page you are on in order to restore the content that was originally there.


Permissions

User data is not maliciously accessed by this extension - I am a user of this extension too, and believe heavily in the protection of users' privacy and personal data.

Below is an explanation of permissions in Study Mode: YouTube, with definitions copied from Mozilla's developer page.

activeTab: If an extension has the activeTab permission, then when the user interacts with the extension, the extension is granted extra privileges for the active tab only.

activeTab is used in order to apply user-input changes to the current tab of YouTube.
localStorage is also used in this extension and is used to store the options you have selected in the extension for future access - both in new tabs, and in new windows. Access and retrieval of only these customization options are used.

Contact

I have put a lot of effort into this extension, however, you may encounter a bug or issue. If you do, please email me at [email protected] with the browser that you are using Study Mode: YouTube in, as well as a description of what is happening (and screenshot, if applicable).

My goal is to make this extension as useful as possible for every user, and your feedback will help greatly! Feel free to email me about any desired features you have and feedback about this extension - I'll be reading them all!

Additional features coming soon!                    

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

الاسم Study Mode: YouTube Study Mode: YouTube
ID hhjnoabnlicjpahfibejifhankpfahnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/study-mode-youtube/hhjnoabnlicjpahfibejifhankpfahnd
الوصف Enhance your YouTube study sessions, no more distractions.
حجم الملف 19.35 KB
عدد التثبيتات 1,663
النسخة الحالية 1.0
آخر تحديث 2020-05-31
تاريخ النشر 2020-05-30
تقييم 4.50/5 مجموع تقييمات 8
المطور emdhdev
نوع الدفع free
موقع الإضافة https://github.com/emdh-dev/study-mode-youtube/
عنوان صفحة المساعدة https://github.com/emdh-dev/study-mode-youtube/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Study Mode: YouTube",
    "version": "1.0",
    "description": "Enhance your YouTube study sessions, no more distractions.",
    "icons": {
        "48": "icons\/toolbar-icon48.png",
        "128": "icons\/toolbar-icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icons\/toolbar-icon48.png",
        "default_title": "Study Mode: YouTube",
        "default_popup": "popup\/toolbar-menu.html"
    }
}