Restricted Mode: On

Automatically enables restricted mode on Youtube.

Restricted Mode: On là gì?

Restricted Mode: On là một tiện ích mở rộng Chrome được phát triển bởi https://www.kiboke-studio.hr, và tính năng chính của nó là "Automatically enables restricted mode on Youtube.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Restricted Mode: On

Tải xuống các tệp mở rộng Restricted Mode: On dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Restricted Mode: On Restricted Mode: On
ID bdhobnomngglhoajcbpihfkcgkehooco
URL Chính Thức https://chromewebstore.google.com/detail/restricted-mode-on/bdhobnomngglhoajcbpihfkcgkehooco
Mô tả Automatically enables restricted mode on Youtube.
Kích Thước Tệp 27.19 KB
Số Lần Cài Đặt 949
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-05-07
Ngày Phát Hành 2019-05-07
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.kiboke-studio.hr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.kiboke-studio.hr/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}