YouTube Cleaner

Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…

Qu'est-ce que YouTube Cleaner ?

YouTube Cleaner est une extension Chrome développée par Florian Wetschoreck, et sa fonction principale est "Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…".

Télécharger le fichier CRX de l'extension YouTube Cleaner

Téléchargez les fichiers d'extension YouTube Cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom YouTube Cleaner YouTube Cleaner
ID ffgcabejbifjfcnlnbmjljfghiljehnc
URL Officiel https://chrome.google.com/webstore/detail/youtube-cleaner/ffgcabejbifjfcnlnbmjljfghiljehnc
Description Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…
Taille du Fichier 9.67 KB
Nombre d'Installations 142
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2016-04-16
Date de Publication 2016-04-16
Évaluation 4.75/5 Total 8 Évaluations
Développeur Florian Wetschoreck
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}