YouTube No Cast

Removing YouTube cast button.

YouTube No Castคืออะไร?

YouTube No Cast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vopp.top และคุณลักษณะหลักของมันคือ "Removing YouTube cast button."

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

screenshot

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

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

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

                        It just removes YouTube cast button.                    

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

ชื่อ YouTube No Cast YouTube No Cast
ID poaepihbaednbgblcpnjhjgekknmnndc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-no-cast/poaepihbaednbgblcpnjhjgekknmnndc
คำอธิบาย Removing YouTube cast button.
ขนาดไฟล์ 4.7 KB
จำนวนการติดตั้ง 364
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-05-12
วันที่เผยแพร่ 2022-05-12
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://vopp.top
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube No Cast",
    "description": "Removing YouTube cast button.",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}