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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Safer YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}