Restricted Mode: On

Automatically enables restricted mode on Youtube.

Restricted Mode: Onคืออะไร?

Restricted Mode: On เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.kiboke-studio.hr และคุณลักษณะหลักของมันคือ "Automatically enables restricted mode on Youtube."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Restricted Mode: On

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}