Show YouTube Dislikes
The extension returns the display of the counter of dislikes under the video on the YouTube service
Show YouTube Dislikesคืออะไร?
Show YouTube Dislikes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chr0me.dev33 และคุณลักษณะหลักของมันคือ "The extension returns the display of the counter of dislikes under the video on the YouTube service"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show YouTube Dislikes
ดาวน์โหลดไฟล์ส่วนขยาย Show YouTube Dislikes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension returns the display of the counter of dislikes under the video on the YouTube service
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nmkbjkaanoiojdinkkonemgoiapmhood |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/show-youtube-dislikes/nmkbjkaanoiojdinkkonemgoiapmhood |
คำอธิบาย | The extension returns the display of the counter of dislikes under the video on the YouTube service |
ขนาดไฟล์ | 50.81 KB |
จำนวนการติดตั้ง | 2,267 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2023-01-20 |
วันที่เผยแพร่ | 2022-12-23 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | chr0me.dev33 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://videofbsdk.name/privacy-policy.html |
ภาษาที่รองรับ | de,en,fr,tr,es,it,pt-BR,cs,ru,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "content.css" ], "exclude_matches": [ "*:\/\/*.music.youtube.com\/*" ], "js": [ "content.js" ], "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ] } ], "default_locale": "en", "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "icons\/diz128.png", "48": "icons\/diz48.png" }, "manifest_version": 3, "name": "__MSG_extensionName__", "permissions": [ "storage" ], "version": "1.0.5", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "ryd.script.js" ] } ] } |