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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Denis P และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DISlike-appeared

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}