Ebutuoy

Avoid YouTube rabbit holes with Ebutuoy

Ebutuoyคืออะไร?

Ebutuoy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://molyett.com และคุณลักษณะหลักของมันคือ "Avoid YouTube rabbit holes with Ebutuoy"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ebutuoy

ดาวน์โหลดไฟล์ส่วนขยาย Ebutuoy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This helps students stay on task by preventing them from navigating to additional videos.

Now teachers can link students to a video resource without they getting lost in watching.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ebutuoy Ebutuoy
ID kcidjkniadnkalmdkamgnpllbdlhnocl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ebutuoy/kcidjkniadnkalmdkamgnpllbdlhnocl
คำอธิบาย Avoid YouTube rabbit holes with Ebutuoy
ขนาดไฟล์ 73.02 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-01-17
วันที่เผยแพร่ 2021-01-17
ผู้พัฒนา https://molyett.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://blog.molyett.com/2018/02/app-development-privacy-policy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ebutuoy",
    "version": "1.1",
    "description": "Avoid YouTube rabbit holes with Ebutuoy",
    "background": {
        "scripts": [
            "ebutuoy.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/hcpss.instructure.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}