Control Panel for YouTube

Gives you more control over YouTube by adding missing options and UI improvements

Control Panel for YouTubeคืออะไร?

Control Panel for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jbscript.dev และคุณลักษณะหลักของมันคือ "Gives you more control over YouTube by adding missing options and UI improvements"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Control Panel for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Control Panel for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Features

Video lists:

Hide videos and channels you don't want to see when browsing, and improve some of YouTube's built-in functionality.

• Hide Shorts
• Hide Sponsored videos & promos
• Hide suggested sections
• Hide Live videos
• Hide Streamed videos
• Hide Mixes
• Hide Upcoming videos
• Hide watched videos
• Hide hidden videos
  • Hides the "Undo" button after 5 seconds
• Hide channels
  • Adds "Hide channel" to video menus
• Disable Home feed
• Fill gaps created by hidden videos (desktop version)

Video pages:

Hide elements you don't want to see on the video page, such as algorithmic recommendations, and improve some of the existing functionality.

• Skip ads
• Disable Autoplay
• Hide Related videos
• Hide the Next button
• Hide video metadata
• Hide Comments
• Redirect Shorts to the normal player
• Hide video end cards (desktop version)
• Hide video endscreen content (desktop version)
• Hide Merch, Offers etc. (desktop version)
• Hide Chat (desktop version)
• Make Transcript downloadable (desktop version)

UI tweaks:

Hide non-essential UI elements and enhance the UI in other ways.

• Hide categories in Home
• Hide Search with your voice
• Tidy Guide sidebar (desktop version)
• Hide "Latest" bar in Subscriptions (desktop version)
• Use grid view for Subscriptions & Search (portrait only) (mobile version)
• Hide Explore button in Home (mobile version)
• Hide channel list in Subscriptions (mobile version)
• Hide Open App links (mobile version)

Embedded videos:

Hide algorithmic recommendations when viewing YouTube videos embedded in other sites.

• Hide Share button
• Hide pause overlay
• Hide video endscreen content                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Control Panel for YouTube Control Panel for YouTube
ID lodcanccmfbpjjpnngindkkmiehimile
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/control-panel-for-youtube/lodcanccmfbpjjpnngindkkmiehimile
คำอธิบาย Gives you more control over YouTube by adding missing options and UI improvements
ขนาดไฟล์ 49.95 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2024-02-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://jbscript.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://jbscript.dev/control-panel-for-youtube
URL หน้าช่วยเหลือ https://github.com/insin/control-panel-for-youtube#control-panel-for-youtube
URL หน้านโยบายความเป็นส่วนตัว https://jbscript.dev/control-panel-for-youtube/privacy-policy
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/jbscript.dev\/control-panel-for-youtube",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/embed\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/www.youtube-nocookie.com\/embed\/*"
            ],
            "js": [
                "embed.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "browser_action.html"
    },
    "permissions": [
        "storage"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "121.0"
        },
        "gecko_android": {
            "strict_min_version": "121.0"
        }
    }
}