Youtube Recommended Video Block

try to make you waste less time on recommended videos

Youtube Recommended Video Blockคืออะไร?

Youtube Recommended Video Block เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shundevwork และคุณลักษณะหลักของมันคือ "try to make you waste less time on recommended videos"

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

screenshot

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

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

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

                        This is a productivity extension

If you ever felt like wasting a lot of time on Youtube recommended videos, this extension might be able to help: it keeps these "guilty pleasures" out of sight, thus, out of mind :).

sometimes I find myself watching some tutorials but couldn't help to "notice" this interesting fail compilation video on the right hand side of the screen...so with my super average will power, I caved. After repeating these steps over and over, I finally had enough, and decided to do something...

You will still have access to your subscriptions/trending videos/history etc, but when you want to watch a specific video, you will no longer get distracted and end up doing something else instead (stay focused, your time is precious, don't give it to youtube recommendation algorithm...)                    

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

ชื่อ Youtube Recommended Video Block Youtube Recommended Video Block
ID kecjmdieihbdcdoiolhchjpioacofnlk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-recommended-video/kecjmdieihbdcdoiolhchjpioacofnlk
คำอธิบาย try to make you waste less time on recommended videos
ขนาดไฟล์ 4.2 KB
จำนวนการติดตั้ง 306
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-03-25
วันที่เผยแพร่ 2017-03-25
คะแนน 2.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา shundevwork
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/watashiSHUN/chromeExtension/tree/master/chromeFiles
URL หน้าช่วยเหลือ https://github.com/watashiSHUN/chromeExtension/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Recommended Video Block",
    "description": "try to make you waste less time on recommended videos",
    "version": "1.0.0",
    "author": "watashiSHUN",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "DOMchange.js"
            ],
            "run_at": "document_start"
        }
    ]
}