Remove YouTube™ Tab Number
Removes the number of notifications in parentheses that YouTube displays on tabs
Remove YouTube™ Tab Numberคืออะไร?
Remove YouTube™ Tab Number เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rossolve.it และคุณลักษณะหลักของมันคือ "Removes the number of notifications in parentheses that YouTube displays on tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove YouTube™ Tab Number
ดาวน์โหลดไฟล์ส่วนขยาย Remove YouTube™ Tab Number ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Would you prefer not to have your number of YouTube™ notifications on every YouTube™ tab? Do all of your YouTube™ tabs look the same when you have many tabs open? Don't want the number included in your bookmarks or saved links? Is it information that you don't need to be reminded about? If so, this simple Chrome extension will dynamically remove the number (and the parentheses) from any new YouTube™ tabs that you open after installing it. I'm finding it useful while there (currently) isn't an official setting to turn this number off. I've uploaded it here in case anyone else was also looking for the "off switch". Hope it helps.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Remove YouTube™ Tab Number |
ID | mbdhdllcfaijbnebmfnglclcgfopejop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remove-youtube-tab-number/mbdhdllcfaijbnebmfnglclcgfopejop |
คำอธิบาย | Removes the number of notifications in parentheses that YouTube displays on tabs |
ขนาดไฟล์ | 25.22 KB |
จำนวนการติดตั้ง | 549 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2020-06-27 |
วันที่เผยแพร่ | 2020-06-27 |
คะแนน | 4.42/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | rossolve.it |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove YouTube\u2122 Tab Number", "version": "0.5", "description": "Removes the number of notifications in parentheses that YouTube displays on tabs", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "icons": { "48": "rytn-icon-48.png", "128": "rytn-icon-128.png" }, "manifest_version": 2 } |