Youtube Dislike Count
Add dislike count back to YouTube.
什麼是Youtube Dislike Count?
Youtube Dislike Count是由Blake Stevenson開發的Chrome擴展程式,該擴展的主要功能是“Add dislike count back to YouTube.”。
擴展截圖
下載Youtube Dislike Count擴展crx文件
下載Youtube Dislike Count擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Youtube has recently removed the ability for users to see the dislike counter on a video. YouTube Dislike Count utilizes the YouTube API to bring back the counter we all know and love. This lightweight extension will allow you to once again see how many dislikes a video has rather than just seeing “DISLIKE”. This allows you to gauge if the video you are about to watch is worth your time or not. How to use: 1. Install the extension 2. Open a YouTube video 3. You are done! It’s that simple.
擴展基本資訊
名稱 | |
ID | ekhadcgokphidnhcikkdmegkfcpefdok |
官方網址 | https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok |
簡介 | Add dislike count back to YouTube. |
檔案大小 | 3.64 KB |
安裝次數 | 4,415 |
目前版本 | 1.0 |
更新時間 | 2021-11-13 |
上架時間 | 2021-11-13 |
評分 | 2.86/5 共 99 次評分 |
開發者 | Blake Stevenson |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://blakestevenson.me |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Dislike Count", "description": "Add dislike count back to YouTube.", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?v=*" ], "js": [ "dislike.js" ] } ] } |