DISlike-appeared

For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…

什麼是DISlike-appeared?

DISlike-appeared是由Denis P開發的Chrome擴展程式,該擴展的主要功能是“For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…”。

擴展截圖

screenshot

下載DISlike-appeared擴展crx文件

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

擴展使用說明

                        For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this browser extension is here to show you hidden youtube dislikes. It is completely free and does not require additional installations!                    

擴展基本資訊

名稱 DISlike-appeared DISlike-appeared
ID icgkalfcngaljmakggdblfaldghodbbe
官方網址 https://chromewebstore.google.com/detail/dislike-appeared/icgkalfcngaljmakggdblfaldghodbbe
簡介 For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…
檔案大小 53.21 KB
安裝次數 10
目前版本 0.0.1
更新時間 2022-04-18
上架時間 2022-04-18
評分 4.84/5 共 25 次評分
開發者 Denis P
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/termsandconditionsandprivacypo
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DISlike-appeared",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}