Safer YouTube

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

Was ist Safer YouTube?

Safer YouTube ist eine Chrome-Erweiterung, die von https://dptomo.co.uk entwickelt wurde, und ihr Hauptmerkmal ist "The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Safer YouTube-Erweiterungs-CRX-Datei herunterladen

Laden Sie Safer YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Safer YouTube Safer YouTube
ID phhlhlhmbhnmdelcpobpfnnmnepdbecj
Offizielle URL https://chrome.google.com/webstore/detail/safer-youtube/phhlhlhmbhnmdelcpobpfnnmnepdbecj
Beschreibung The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.
Dateigröße 45.8 KB
Installationsanzahl 650
Aktuelle Version 0.7
Letztes Update 2018-02-09
Veröffentlichungsdatum 2018-02-09
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler https://dptomo.co.uk
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dptomo.co.uk/extensions/safer-youtube/
URL der Datenschutzrichtlinien-Seite https://dptomo.co.uk/privacy
Unterstützte Sprachen 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"
}