Zen YouTube: Distraction free youtube

Removes feed and recommendations from YouTube so that you can have a distraction free focused session

Zen YouTube: Distraction free youtubeคืออะไร?

Zen YouTube: Distraction free youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vishnu Gt และคุณลักษณะหลักของมันคือ "Removes feed and recommendations from YouTube so that you can have a distraction free focused session"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zen YouTube: Distraction free youtube

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

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

                        This extension helps you have a distraction free YouTube session by removing the recommendations and your home page feed so that you don't end up watching YouTube for hours.

Github Link: https://github.com/vishnugt/Zen-Youtube                    

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

ชื่อ Zen YouTube: Distraction free youtube Zen YouTube: Distraction free youtube
ID ibcpcdiajmfmkieocebkoiofgdbbecel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel
คำอธิบาย Removes feed and recommendations from YouTube so that you can have a distraction free focused session
ขนาดไฟล์ 10.31 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2022-02-09
วันที่เผยแพร่ 2021-10-24
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Vishnu Gt
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/vishnugt/Zen-Youtube
URL หน้าช่วยเหลือ https://github.com/vishnugt/Zen-Youtube
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zen YouTube: Distraction free youtube",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Removes feed and recommendations from YouTube so that you can have a distraction free focused session",
    "homepage_url": "https:\/\/github.com\/vishnugt\/Zen-Youtube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ]
}