Safer YouTube

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

Safer YouTube là gì?

Safer YouTube là một tiện ích mở rộng Chrome được phát triển bởi https://dptomo.co.uk, và tính năng chính của nó là "The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Safer YouTube

Tải xuống các tệp mở rộng Safer YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Safer YouTube Safer YouTube
ID phhlhlhmbhnmdelcpobpfnnmnepdbecj
URL Chính Thức https://chrome.google.com/webstore/detail/safer-youtube/phhlhlhmbhnmdelcpobpfnnmnepdbecj
Mô tả The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.
Kích Thước Tệp 45.8 KB
Số Lần Cài Đặt 650
Phiên Bản Hiện Tại 0.7
Cập Nhật Lần Cuối 2018-02-09
Ngày Phát Hành 2018-02-09
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://dptomo.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dptomo.co.uk/extensions/safer-youtube/
URL Trang Chính Sách Bảo Mật https://dptomo.co.uk/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}