Dislike button on Youtube
How to return the dislike button on YouTube? Use the extension.
Dislike button on Youtubeคืออะไร?
Dislike button on Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ovanton และคุณลักษณะหลักของมันคือ "How to return the dislike button on YouTube? Use the extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dislike button on Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Dislike button on Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The YouTube Dislike Extension is a tool that allows users to bring back the dislikes button(db) on YouTube. This feature was removed by YT for unknown reasons, but the extension allows users to see and use the db again. With this tool, users can once again express their disapproval of a video by clicking button. Additionally, allows users to see the dislike count on a video, similar to the like count. Overall, the YDE is a must-have for anyone who wants to have the ability to 👎👎👎 videos on YT again.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Dislike button on Youtube |
ID | mfpfhipgnghfnaieaeiblcadlbclfgka |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dislike-button-on-youtube/mfpfhipgnghfnaieaeiblcadlbclfgka |
คำอธิบาย | How to return the dislike button on YouTube? Use the extension. |
ขนาดไฟล์ | 43.67 KB |
จำนวนการติดตั้ง | 2,861 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2023-08-28 |
วันที่เผยแพร่ | 2023-01-26 |
คะแนน | 2.68/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | ovanton |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,de,en,en-GB,en-US,fr,tr,es,es-419,it,pt-BR,pt-PT,ru,th,ja,ko |
manifest.json | |
{ "action": { "default_popup": "popup.html" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "css": [ "css\/content-style.css", "css\/style.css" ], "exclude_matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "js\/content-script.js" ], "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ] } ], "description": "__MSG_extShortName__", "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png" }, "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "ryd.script.js" ] } ] } |