YouTube Endcard Controller

Hide or show endcards on YouTube

YouTube Endcard Controllerคืออะไร?

YouTube Endcard Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย schmidlidev และคุณลักษณะหลักของมันคือ "Hide or show endcards on YouTube"

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

screenshot

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

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

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

                        Features

* Toggle between showing and hiding intrusive YouTube Endcards.
* Control is integrated seamlessly into the YouTube video player settings.
* No annoying badge icon on your browser like other extensions.
* Current selection is remembered across sessions and even across devices.                    

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

ชื่อ YouTube Endcard Controller YouTube Endcard Controller
ID dhcmfnihepmjalbfgelbfoecmmjjbinh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-endcard-controlle/dhcmfnihepmjalbfgelbfoecmmjjbinh
คำอธิบาย Hide or show endcards on YouTube
ขนาดไฟล์ 4.73 KB
จำนวนการติดตั้ง 523
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-12-06
วันที่เผยแพร่ 2020-12-02
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา schmidlidev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Endcard Controller",
    "version": "1.0.0",
    "description": "Hide or show endcards on YouTube",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}