Hide YouTube title

Renames a YouTube page's title to 'YouTube' when you click the icon

Hide YouTube titleคืออะไร?

Hide YouTube title เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Petersson และคุณลักษณะหลักของมันคือ "Renames a YouTube page's title to 'YouTube' when you click the icon"

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

screenshot
screenshot

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

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

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

                        Simple extension to hide the titles of YouTube videos in the tab.                    

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

ชื่อ Hide YouTube title Hide YouTube title
ID lbhefhicendlbcjaokibgkdfafdblaeb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-youtube-title/lbhefhicendlbcjaokibgkdfafdblaeb
คำอธิบาย Renames a YouTube page's title to 'YouTube' when you click the icon
ขนาดไฟล์ 33.79 KB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 1.0.1.1
อัปเดตครั้งล่าสุด 2022-03-24
วันที่เผยแพร่ 2022-03-23
ผู้พัฒนา Martin Petersson
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube title",
    "action": [],
    "manifest_version": 3,
    "version": "1.0.1.1",
    "description": "Renames a YouTube page's title to 'YouTube' when you click the icon",
    "icons": {
        "16": "icons\/peaches16x16.png",
        "32": "icons\/peaches32x32.png",
        "48": "icons\/peaches48x48.png",
        "128": "icons\/peaches128x128.png"
    },
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/youtu.be\/*"
    ]
}