Restricted Mode: On

Automatically enables restricted mode on Youtube.

Wat is Restricted Mode: On?

Restricted Mode: On is een Chrome-extensie ontwikkeld door https://www.kiboke-studio.hr, en de belangrijkste functie is "Automatically enables restricted mode on Youtube.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Restricted Mode: On

Download Restricted Mode: On-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

                        No more inappropriate content on Youtube for your children! This extension automatically enables restricted mode on Youtube and hides the toggle option.

Support the development, please:
PayPal: https://www.paypal.me/kiboke/
BTC: 19qDrmjLBYs6vuNQMuLfdSY1Za2nZcfBZh                    

Basisinformatie over de Extensie

Naam Restricted Mode: On Restricted Mode: On
ID bdhobnomngglhoajcbpihfkcgkehooco
Officiële URL https://chromewebstore.google.com/detail/restricted-mode-on/bdhobnomngglhoajcbpihfkcgkehooco
Beschrijving Automatically enables restricted mode on Youtube.
Bestandsgrootte 27.19 KB
Aantal Installaties 949
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-05-07
Publicatiedatum 2019-05-07
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.kiboke-studio.hr
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.kiboke-studio.hr/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Restricted Mode: On",
    "description": "Automatically enables restricted mode on Youtube.",
    "version": "0.0.1",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik @ kiboke studio",
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "data\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "data\/youtube.css"
            ],
            "js": [
                "data\/youtube.js"
            ]
        }
    ]
}