Distraction Free YouTube

YouTube with less distraction!

Wat is Distraction Free YouTube?

Distraction Free YouTube is een Chrome-extensie ontwikkeld door developer.4af2c, en de belangrijkste functie is "YouTube with less distraction!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Distraction Free YouTube

Download Distraction Free YouTube-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

                        This extension blocks the home page, explore page, side bar, end screen video tile, and YouTube Shorts.

the project is open source: https://github.com/dwssv/distraction-free-youtube                    

Basisinformatie over de Extensie

Naam Distraction Free YouTube Distraction Free YouTube
ID cjfomfbgjppmmipmjdfpcjlilpjbahli
Officiële URL https://chromewebstore.google.com/detail/distraction-free-youtube/cjfomfbgjppmmipmjdfpcjlilpjbahli
Beschrijving YouTube with less distraction!
Bestandsgrootte 484 KB
Aantal Installaties 31
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-05-14
Publicatiedatum 2022-03-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar developer.4af2c
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Distraction Free YouTube",
    "description": "YouTube with less distraction!",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}