Disable YouTube Share Box

Prevents the annoying share, embed, and email box under YouTube videos from popping down

Disable YouTube Share Boxคืออะไร?

Disable YouTube Share Box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Justin Hendryx และคุณลักษณะหลักของมันคือ "Prevents the annoying share, embed, and email box under YouTube videos from popping down"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disable YouTube Share Box

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

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

                                            

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

ชื่อ Disable YouTube Share Box Disable YouTube Share Box
ID ihganmkmfefmfgfcebnadcbalknnnmij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij
คำอธิบาย Prevents the annoying share, embed, and email box under YouTube videos from popping down
ขนาดไฟล์ 18.67 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-02-22
วันที่เผยแพร่ 2016-02-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Justin Hendryx
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable YouTube Share Box",
    "version": "0.1",
    "description": "Prevents the annoying share, embed, and email box under YouTube videos from popping down",
    "author": "Justin Hendryx",
    "permissions": [
        "contentSettings",
        "tabs"
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "64": "64.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "css": [
                "fixsocial.css"
            ]
        }
    ],
    "manifest_version": 2
}