Show Youtube Dislike Counter | YouDisLike

Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count

什麼是Show Youtube Dislike Counter | YouDisLike?

Show Youtube Dislike Counter | YouDisLike是由YouDislike開發的Chrome擴展程式,該擴展的主要功能是“Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count”。

擴展截圖

screenshot
screenshot

下載Show Youtube Dislike Counter | YouDisLike擴展crx文件

下載Show Youtube Dislike Counter | YouDisLike擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        With Show Youtube Dislike Counter | YouDisLike, the dislikes button comes back. 
You can understand how useful a video you watch is by looking at the number of dislikes. 
It can determine the quality of education, especially in educational videos.
Starting December 13th 2021, YouTube removed the ability to see dislikes from their API. With Show Youtube Dislike Counter | YouDisLike return youtube dislike.                    

擴展基本資訊

名稱 Show Youtube Dislike Counter | YouDisLike Show Youtube Dislike Counter | YouDisLike
ID lcdlignfoefnkcfejmlnegoobondbfjb
官方網址 https://chromewebstore.google.com/detail/show-youtube-dislike-coun/lcdlignfoefnkcfejmlnegoobondbfjb
簡介 Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count
檔案大小 60.16 KB
安裝次數 1,000
目前版本 0.0.6
更新時間 2024-01-25
上架時間 2024-01-25
評分 4.84/5 共 31 次評分
開發者 YouDislike
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "ServiceWorker.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "https:\/\/app-how-to-use-it.com\/*",
        "https:\/\/app-how-to-use-it.com\/wp-json\/wl\/v1\/selectors"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    }
}