Youtube-No-Suggestions

Removes suggested videos from the Youtube interface.

Youtube-No-Suggestionsคืออะไร?

Youtube-No-Suggestions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย msbrown และคุณลักษณะหลักของมันคือ "Removes suggested videos from the Youtube interface."

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

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

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

                        Spending too many mindless hours hooked on youtube videos? This extension removes all suggested videos from youtube.com                    

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

ชื่อ Youtube-No-Suggestions Youtube-No-Suggestions
ID gbppnbcbbicnmdeapmagkaophailaeij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-no-suggestions/gbppnbcbbicnmdeapmagkaophailaeij
คำอธิบาย Removes suggested videos from the Youtube interface.
ขนาดไฟล์ 3.15 KB
จำนวนการติดตั้ง 25
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-05-29
วันที่เผยแพร่ 2017-05-28
ผู้พัฒนา msbrown
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mbrown1413/Youtube-No-Suggest
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Removes suggested videos from the Youtube interface.",
    "manifest_version": 2,
    "name": "Youtube-No-Suggestions",
    "version": "1.0",
    "homepage_url": "https:\/\/github.com\/mbrown1413\/Youtube-No-Suggest",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "remove_suggestions.css"
            ]
        }
    ]
}