YouTube Distraction Remover

Remove the feed and sidebar on YouTube to free up your time

YouTube Distraction Removerคืออะไร?

YouTube Distraction Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Will S และคุณลักษณะหลักของมันคือ "Remove the feed and sidebar on YouTube to free up your time"

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

screenshot
screenshot

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

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

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

                                            

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

ชื่อ YouTube Distraction Remover YouTube Distraction Remover
ID neabcchaoiabjmjmnaljajpjoinhpkln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-distraction-remov/neabcchaoiabjmjmnaljajpjoinhpkln
คำอธิบาย Remove the feed and sidebar on YouTube to free up your time
ขนาดไฟล์ 44.21 KB
จำนวนการติดตั้ง 706
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-10-14
วันที่เผยแพร่ 2016-10-14
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Will S
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Distraction Remover",
    "description": "Remove the feed and sidebar on YouTube to free up your time",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "jquery-3.1.0.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        }
    }
}