Restricted Mode: On
Automatically enables restricted mode on Youtube.
什么是Restricted Mode: On?
Restricted Mode: On是由https://www.kiboke-studio.hr开发的Chrome扩展程序,该扩展的主要功能是“Automatically enables restricted mode on Youtube.”。
扩展截图
下载Restricted Mode: On扩展crx文件
下载Restricted Mode: On扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | bdhobnomngglhoajcbpihfkcgkehooco |
| 官方URL | https://chromewebstore.google.com/detail/restricted-mode-on/bdhobnomngglhoajcbpihfkcgkehooco |
| 简介 | Automatically enables restricted mode on Youtube. |
| 文件大小 | 27.19 KB |
| 安装次数 | 949 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2019-05-07 |
| 上架时间 | 2019-05-07 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | https://www.kiboke-studio.hr |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.kiboke-studio.hr/ |
| 支持的语言 | 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"
]
}
]
} | |