YouTube Cleaner
Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…
Wat is YouTube Cleaner?
YouTube Cleaner is een Chrome-extensie ontwikkeld door Florian Wetschoreck, en de belangrijkste functie is "Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…".
Download het CRX-bestand van de extensie YouTube Cleaner
Download YouTube Cleaner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and self-control energy) by simply removing distracting elements from YouTube. Currently, the following elements are blocked: recommendations on the main page, on the video page, comments. As an extra - it even blocks the automatic replay of the next video. Do you occasionally enjoy the full blow of YouTube's distractions? Just turn the extension temporarily off by the click of a button. Do you have any improvement suggestions or requests to have other elements blocked/adjusted as well? Just write me a mail! I am looking forward to hear from you - also, if it is just a small "Thank you"
Basisinformatie over de Extensie
Naam | ![]() |
ID | ffgcabejbifjfcnlnbmjljfghiljehnc |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-cleaner/ffgcabejbifjfcnlnbmjljfghiljehnc |
Beschrijving | Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and… |
Bestandsgrootte | 9.67 KB |
Aantal Installaties | 142 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2016-04-16 |
Publicatiedatum | 2016-04-16 |
Beoordeling | 4.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Florian Wetschoreck |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Cleaner", "version": "0.0.0.1", "icons": { "38": "youtube_cleaner.png", "128": "youtube_cleaner.png" }, "permissions": [ "https:\/\/www.youtube.com\/*", "contextMenus", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "injected_script.js" ] } |