Safer YouTube
The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.
Hvad er Safer YouTube?
Safer YouTube er en Chrome-udvidelse udviklet af https://dptomo.co.uk, og dens hovedfunktion er "The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video.".
Udvidelsesskærmbilleder
Download Safer YouTube-udvidelses-CRX-fil
Download Safer YouTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | phhlhlhmbhnmdelcpobpfnnmnepdbecj |
Officiel URL | https://chrome.google.com/webstore/detail/safer-youtube/phhlhlhmbhnmdelcpobpfnnmnepdbecj |
Beskrivelse | The Safer YouTube extension removes the comments, up next sections and stops YouTube automatically playing the next video. |
Filstørrelse | 45.8 KB |
Antal Installationer | 650 |
Nuværende Version | 0.7 |
Senest Opdateret | 2018-02-09 |
Udgivelsesdato | 2018-02-09 |
Bedømmelse | 4.00/5 Samlet 4 Bedømmelser |
Udvikler | https://dptomo.co.uk |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://dptomo.co.uk/extensions/safer-youtube/ |
URL til Fortrolighedspolitik Side | https://dptomo.co.uk/privacy |
Understøttede Sprog | 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" } |