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.”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Restricted Mode: On Restricted Mode: On
ID bdhobnomngglhoajcbpihfkcgkehooco
官方網址 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"
            ]
        }
    ]
}