Return YouTube Dislike

Returns ability to see dislikes

什麼是Return YouTube Dislike?

Return YouTube Dislike是由https://returnyoutubedislike.com開發的Chrome擴展程式,該擴展的主要功能是“Returns ability to see dislikes”。

擴展截圖

screenshot
screenshot

下載Return YouTube Dislike擴展crx文件

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

擴展使用說明

                        Return YouTube Dislike restores the ability to see dislikes on YouTube.

Starting December 13th 2021, YouTube removed the ability to see dislikes from their API.
This extension aims to restore power to users by using a combination of archived like and dislike data, as well as the likes and dislikes made by extension users to show the most accurate ratings.

Currently has almost a billion videos data stored before December 13th, 2021

Actively growing and keeping up to date with uploads after December 13th, 2021

The more users that use the extension, the more accurate it will be

Unpopular videos uploaded after December 13th, 2021 may have less accurate data shown than more popular videos.

This extension is currently in an active development phase, so if you experience any issues, don’t hesitate to report them on our GitHub page or in our Discord server.

More features to come soon! 

https://github.com/Anarios/return-youtube-dislike
https://returnyoutubedislike.com/                    

擴展基本資訊

名稱 Return YouTube Dislike Return YouTube Dislike
ID gebbhagfogifgggkldgodflihgfeippi
官方網址 https://chromewebstore.google.com/detail/return-youtube-dislike/gebbhagfogifgggkldgodflihgfeippi
簡介 Returns ability to see dislikes
檔案大小 121 KB
安裝次數 4,880,279
目前版本 3.0.0.14
更新時間 2023-12-13
上架時間 2021-11-19
評分 4.76/5 共 16275 次評分
開發者 https://returnyoutubedislike.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.returnyoutubedislike.com/
說明頁面URL https://www.returnyoutubedislike.com/
支援的語言 de,en,fr,nl,tr,es,it,pl,pt-BR,cs,el,ru,uk,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "version": "3.0.0.14",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "ryd.content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "popup.html",
        "open_in_tab": false
    }
}