No Youtube Studio Comment Widget
Remove the last comment widget from youtube studio
No Youtube Studio Comment Widgetคืออะไร?
No Youtube Studio Comment Widget เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RetroBoyDev และคุณลักษณะหลักของมันคือ "Remove the last comment widget from youtube studio"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Youtube Studio Comment Widget
ดาวน์โหลดไฟล์ส่วนขยาย No Youtube Studio Comment Widget ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Remove the last comments widget from the youtube studio dashboard
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | No Youtube Studio Comment Widget |
ID | gpdhpiginbghlgogopajjfmiggodhbee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-youtube-studio-comment/gpdhpiginbghlgogopajjfmiggodhbee |
คำอธิบาย | Remove the last comment widget from youtube studio |
ขนาดไฟล์ | 43.39 KB |
จำนวนการติดตั้ง | 11,963 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-05-10 |
วันที่เผยแพร่ | 2023-05-09 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | RetroBoyDev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://bit.ly/retro-privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "No Youtube Studio Comment Widget", "version": "1.0", "description": "Remove the last comment widget from youtube studio", "content_scripts": [ { "run_at": "document_idle", "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/studio.youtube.com\/*" ] } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } |