Safer YouTube

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

什麼是Safer YouTube?

Safer YouTube是由https://dptomo.co.uk開發的Chrome擴展程式,該擴展的主要功能是“The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.”。

擴展截圖

screenshot
screenshot
screenshot

下載Safer YouTube擴展crx文件

下載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
官方網址 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"
}