YouTube Minimizer

Hides suggestion bar and disables autoplay.

YouTube Minimizerคืออะไร?

YouTube Minimizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cmbartschat และคุณลักษณะหลักของมันคือ "Hides suggestion bar and disables autoplay."

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

screenshot

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

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

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

                        Completely hides all videos marked as watched on the subscription list and tile views. Also reduces the sidebar to the single autoplay option, removing all other related and recommended videos.                    

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

ชื่อ YouTube Minimizer YouTube Minimizer
ID igjfhbgmolfphjejknbmpipjiljddmic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-minimizer/igjfhbgmolfphjejknbmpipjiljddmic
คำอธิบาย Hides suggestion bar and disables autoplay.
ขนาดไฟล์ 5.27 KB
จำนวนการติดตั้ง 300
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2016-11-13
วันที่เผยแพร่ 2016-11-12
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา cmbartschat
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Minimizer",
    "short_name": "YouTube Minimizer",
    "version": "1.4",
    "description": "Hides suggestion bar and disables autoplay.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "css": [
                "hide.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions*"
            ],
            "js": [
                "hidequick.js"
            ]
        }
    ]
}

ส่วนขยายที่เกี่ยวข้อง