Safer YouTube

The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.

Safer YouTubeคืออะไร?

Safer YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dptomo.co.uk และคุณลักษณะหลักของมันคือ "The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video."

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

screenshot
screenshot
screenshot

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

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

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

                        YouTube access can be a powerful tool especially in an educational environment. However, it can also be dangerous because you don’t know what is going to  be displayed or shown next!

✓ Free
✓ Ideal for Schools
✓ Secure and safe to use

Please leave me some feedback!

Update: I am aware that Autoplay isn't being stopped, i'm investigating this and hopefully release an update soon. -Dave 09/02/18                    

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

ชื่อ Safer YouTube Safer YouTube
ID phhlhlhmbhnmdelcpobpfnnmnepdbecj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/safer-youtube/phhlhlhmbhnmdelcpobpfnnmnepdbecj
คำอธิบาย The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.
ขนาดไฟล์ 45.8 KB
จำนวนการติดตั้ง 650
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2018-02-09
วันที่เผยแพร่ 2018-02-09
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://dptomo.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dptomo.co.uk/extensions/safer-youtube/
URL หน้านโยบายความเป็นส่วนตัว https://dptomo.co.uk/privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dave Thomas",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "data\/inject.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.",
    "homepage_url": "https:\/\/dptomo.co.uk\/extensions\/safer-youtube\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "64": "data\/icons\/64.png",
        "48": "data\/icons\/48.png",
        "32": "data\/icons\/32.png",
        "16": "data\/icons\/16.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "data\/icons\/128.png",
            "64": "data\/icons\/64.png",
            "48": "data\/icons\/48.png",
            "32": "data\/icons\/32.png",
            "16": "data\/icons\/16.png"
        }
    },
    "manifest_version": 2,
    "short_name": "sfrutube",
    "name": "Safer YouTube",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.youtube.com\/yts\/jsbin\/*",
        "*:\/\/*.ytimg.com\/yts\/jsbin\/*"
    ],
    "version": "0.7"
}