Restricted Mode: On

Automatically enables restricted mode on Youtube.

Cos'è Restricted Mode: On?

Restricted Mode: On è un'estensione di Chrome sviluppata da https://www.kiboke-studio.hr, e la sua funzione principale è "Automatically enables restricted mode on Youtube.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Restricted Mode: On

Scarica i file di estensione Restricted Mode: On in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Restricted Mode: On Restricted Mode: On
ID bdhobnomngglhoajcbpihfkcgkehooco
URL Ufficiale https://chromewebstore.google.com/detail/restricted-mode-on/bdhobnomngglhoajcbpihfkcgkehooco
Descrizione Automatically enables restricted mode on Youtube.
Dimensione del File 27.19 KB
Conteggio Installazioni 949
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-05-07
Data di Pubblicazione 2019-05-07
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://www.kiboke-studio.hr
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.kiboke-studio.hr/
Lingue Supportate 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"
            ]
        }
    ]
}