Youtube Untrend

This extension simply removes the 'Trending' tab on the Youtube home page.

Youtube Untrendคืออะไร?

Youtube Untrend เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dorian.grolaux และคุณลักษณะหลักของมันคือ "This extension simply removes the 'Trending' tab on the Youtube home page."

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

screenshot
screenshot

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

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

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

                        Don't like this trending tab ? I don't either.                    

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

ชื่อ Youtube Untrend Youtube Untrend
ID eopimnkjhiiigfakbhiehpiacdiolcpc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/eopimnkjhiiigfakbhiehpiacdiolcpc
คำอธิบาย This extension simply removes the 'Trending' tab on the Youtube home page.
ขนาดไฟล์ 29.2 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-01-10
วันที่เผยแพร่ 2016-01-10
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา dorian.grolaux
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Untrend",
    "short_name": "Removes the 'Trending' tab on Youtube's home page",
    "version": "0.2",
    "description": "This extension simply removes the 'Trending' tab on the Youtube home page.",
    "permissions": [
        "activeTab",
        "*:\/\/www.youtube.com\/"
    ],
    "icons": {
        "16": "icons\/yt_untrend16.png",
        "48": "icons\/yt_untrend48.png",
        "128": "icons\/yt_untrend128.png"
    },
    "offline_enabled": true,
    "page_action": {
        "default_icon": {
            "16": "icons\/yt_untrend16.png",
            "48": "icons\/yt_untrend48.png"
        },
        "default_title": "Youtube Untrend"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/",
                "*:\/\/www.youtube.com\/feed\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}