Restricted Mode: On
Automatically enables restricted mode on Youtube.
What is Restricted Mode: On?
Restricted Mode: On is a Chrome extension developed by https://www.kiboke-studio.hr, and its main feature is "Automatically enables restricted mode on Youtube.".
Extension Screenshots
Download Restricted Mode: On Extension CRX File
Download Restricted Mode: On extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Restricted Mode: On |
ID | bdhobnomngglhoajcbpihfkcgkehooco |
Official URL | https://chromewebstore.google.com/detail/restricted-mode-on/bdhobnomngglhoajcbpihfkcgkehooco |
Description | Automatically enables restricted mode on Youtube. |
File Size | 27.19 KB |
Installation Count | 949 |
Current Version | 0.0.1 |
Last Updated | 2019-05-07 |
Publish Date | 2019-05-07 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://www.kiboke-studio.hr |
[email protected] | |
Payment Type | free |
Extension Website | https://www.kiboke-studio.hr/ |
Supported Languages | 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" ] } ] } |