YouTube Settings

Hide distracting elements on YouTube

ما هو YouTube Settings؟

YouTube Settings هو إضافة Chrome تم تطويرها بواسطة https://startab.io، والميزة الرئيسية لها هي "Hide distracting elements on YouTube".

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

screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Settings

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

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

                        Introducing YouTube Enhancer: a sophisticated browser extension designed to streamline your YouTube experience by selectively hiding specific elements on the page. Say goodbye to distractions and enjoy an optimized viewing experience tailored to your preferences.

Please note: YouTube Enhancer is only compatible with the new YouTube layout. To switch, please visit: https://www.youtube.com/new

★ Key Features:

YouTube Enhancer offers the ability to hide numerous elements, including:
- Previously watched videos
- Video information
- Video comments and comment actions
- Mini player and theater mode video actions
- Dislike button and video description
- Voice search, video upload, apps, and notifications buttons
- Posts, video tags, and YouTube Shorts

★ Advantages:

Faster page load times
Expedited content discovery
Minimized distractions
Decreased data usage
Display of only new videos in suggestions
★ Privacy Assurance:

Your personal information is secure; we neither share nor have access to it.
★ Support:

For assistance, please email us at [email protected], and we will respond promptly.
Share feature suggestions and report bugs at https://forms.gle/kGzvmJ2LRkfXhoXu5
★ Update Log:

V 1.8.4 [22.12.2022]

Resolved issue with hiding Shorts sidebar button
Enhanced performance
V 1.8.3 [20.08.2022]

Added Pause/Play button on YouTube for easier extension management
V 1.8.2

Implemented sidebar settings
Refined UI
Fixed issues with Video Tags, Video Description, Shorts, and Watched Videos
Open-sourced the project: https://github.com/Kristiyan96/YouTubeEnhancer
V 1.8.1

Enabled hiding watched videos in subscriptions
Improved UI
Fixed issues with mini-player and theater mode
V 1.8

Integrated extension control into YouTube's top-right corner
Simplified UI
Updated logo and name
Disabled 'Show all'/'Hide all' buttons when not applicable
V 1.7

Resolved various issues
V 1.6

Added Pause/Resume functionality for the extension
V 1.4

Restricted permissions to YouTube only
Implemented Pause/Resume feature
Relocated Show All/Hide All buttons to the top
Made minor UI improvements                    

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

الاسم YouTube Settings YouTube Settings
ID jiodfiiphdgcnmpfdhpjnpijndmkidkj
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-settings/jiodfiiphdgcnmpfdhpjnpijndmkidkj
الوصف Hide distracting elements on YouTube
حجم الملف 130 KB
عدد التثبيتات 1,560
النسخة الحالية 1.8.4
آخر تحديث 2023-04-28
تاريخ النشر 2022-02-09
تقييم 4.25/5 مجموع تقييمات 16
المطور https://startab.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://startab.io
عنوان صفحة المساعدة https://startab.io/support
عنوان صفحة سياسة الخصوصية https://startab.io/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Settings",
    "version": "1.8.4",
    "description": "Hide distracting elements on YouTube",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle.chunk.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjLmHskxKwu9jqTYh9pAo9vGLqe13D03vptq3wwRrDAS9bitqhYazzgoUZ+F0yCWJvP\/1WszPF\/VMlYbQVRul4bTXD5p9CpEhHtwNUsGEp0emBpzbKqWqcrGyIg05cQ5fQoD96O7etY1StEk\/CGZZSuzeHkK+s0MxJEp9qQ\/cb5k6KiI684pdHctcqjM5ukEDYLmsUszIYNTf2vQ+B8yD255kxpxmQmpdie9dO9zaQ1vmJFqvITd2\/wvVq0I7gXI\/PmRSUQGLmRUYyEciQh97cuk1urv4lyDNuRUc5deef0mCX3V\/FV4Mmg5y0LwWKLoNeMBFkTJ+K0FlDMsQvgKGNwIDAQAB",
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}