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
公式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
Eメール [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"
            ]
        }
    ]
}