Youtube Dislike Count

Add dislike count back to YouTube.

Apa itu Youtube Dislike Count?

Youtube Dislike Count adalah ekstensi Chrome yang dikembangkan oleh Blake Stevenson, dan fitur utamanya adalah "Add dislike count back to YouTube.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Dislike Count

Unduh file ekstensi Youtube Dislike Count dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Youtube Dislike Count Youtube Dislike Count
ID ekhadcgokphidnhcikkdmegkfcpefdok
URL Resmi https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok
Deskripsi Add dislike count back to YouTube.
Ukuran File 3.64 KB
Jumlah Instalasi 4,415
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-11-13
Tanggal Publikasi 2021-11-13
Penilaian 2.86/5 Total 99 Penilaian
Pengembang Blake Stevenson
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://blakestevenson.me
Bahasa yang Didukung 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"
            ]
        }
    ]
}