Section Blocker

It pull's you out from the youtube world to the real world.

Section Blockerคืออะไร?

Section Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MK และคุณลักษณะหลักของมันคือ "It pull's you out from the youtube world to the real world."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sick of Irrelevant Youtube Recommended Videos?

Here is a one-stop solution you need. Youtube recommendations can get sickening to the stomach. We all go to see a glimpse of a single video on Youtube but with the eye-catching recommendations, we fall in its time-wasting trap. Video after video, recommendations after recommendations and minute after a minute we just fall deeper and deeper in its mesh trap. Hours can pass without we even getting aware of it. Some of us are better at fighting the urge or at stopping, but it is always hard.

"Section Blocker" will help you to get rid of the recommended videos by popping the motivational quotes in the place of the suggested videos, and gives you the complete control on managing and reducing your youtube consumption.

The user can change the settings from the extension and can see the recommended videos for a limited period of time and once it's over the extension will again block the recommendations automatically.

Let us know if you find any bugs or face any difficulty with the extension, or send feedback to www.mukulkhanna.xyz/sectionblocker/ Or [email protected]                    

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

ชื่อ Section Blocker Section Blocker
ID bpndmpfdglbjdgdojafgpihefogghpkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/section-blocker/bpndmpfdglbjdgdojafgpihefogghpkk
คำอธิบาย It pull's you out from the youtube world to the real world.
ขนาดไฟล์ 68.79 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.4.19
อัปเดตครั้งล่าสุด 2019-03-01
วันที่เผยแพร่ 2019-02-28
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา MK
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Section Blocker",
    "version": "1.4.19",
    "manifest_version": 2,
    "description": "It pull's you out from the youtube world to the real world.",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "icons": {
        "64": "tagImage.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "tagImage.png",
        "default_title": "Section Blocker"
    },
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ]
}