YouTube Dislike Extension

The ultimate way to dislike a YouTube video like how we used to

YouTube Dislike Extensionคืออะไร?

YouTube Dislike Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JolTheGreat และคุณลักษณะหลักของมันคือ "The ultimate way to dislike a YouTube video like how we used to"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Dislike Extension

ดาวน์โหลดไฟล์ส่วนขยาย YouTube Dislike Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Oh No!  YouTube has removed their dislike feature on their videos! But don't worry because this extension will let you dislike any video you dislike.

Ver 1.2.2.2: Minor bug fix. Added a refresh button

For example, if 1 person voted that they disliked a video 40% on a video with 1000 likes , and the other person said that they disliked it 60% on the same video, the average (50%) of 1000 likes would be the new dislike count after 6 hours. For this example, the new count would be 50%.

In this version, it also allows the users to request an another voting to take place if they believed that the previous voting was misleading. If the amount of people requesting for an another vote reached more than 40% of the amount of voters in the previous voting.

Disclaimer: Although our extension is usable without logging in, the disliked videos will be shared with other users who have not logged in, so they can dislike or remove disilke from the videos that you have interacted with, thus we strongly recommend you to use this extension signed in. Our system is COMPLETELY separate from the dislike functionality provided by YouTube themselves; YouTube provides you the visible like count, and we provide you with a visible dislike count which comes from the number of users who clicked dislike button on our extension, not from the dislike button on a YouTube video as you can see on the third screenshot. Also, depending on your internet connection, the extension might take more time to load everything as it needs to fetch dislike count from our database. In addition, we do not get our dislike count from the YouTube API.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube Dislike Extension YouTube Dislike Extension
ID ibhbkdinchlcilnfgacoigepkabeknpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-dislike-extension/ibhbkdinchlcilnfgacoigepkabeknpi
คำอธิบาย The ultimate way to dislike a YouTube video like how we used to
ขนาดไฟล์ 240 KB
จำนวนการติดตั้ง 762
เวอร์ชันปัจจุบัน 1.2.2.2
อัปเดตครั้งล่าสุด 2022-10-12
วันที่เผยแพร่ 2021-12-21
คะแนน 1.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา JolTheGreat
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://youtube-dislike.wixsite.com/extension
URL หน้าช่วยเหลือ https://youtube-dislike.wixsite.com/extension
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Dislike Extension",
    "description": "The ultimate way to dislike a YouTube video like how we used to",
    "version": "1.2.2.2",
    "manifest_version": 3,
    "icons": {
        "16": "\/logo.png",
        "48": "\/logo.png",
        "128": "\/logo.png"
    },
    "action": {
        "default_icon": {
            "16": "\/logo.png",
            "32": "\/logo.png",
            "48": "\/logo.png",
            "128": "\/logo.png"
        },
        "icons": {
            "16": "\/logo.png",
            "32": "\/logo.png",
            "48": "\/logo.png",
            "128": "\/logo.png"
        },
        "default_popup": "\/public\/index.html"
    },
    "permissions": [
        "tabs",
        "identity",
        "identity.email"
    ],
    "background": {
        "service_worker": "src\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "\/src\/js\/ping.js"
            ],
            "run_at": "document_start"
        }
    ]
}