HideYoutubeControls

Hide youtube controls when you are on a youtube page

HideYoutubeControlsคืออะไร?

HideYoutubeControls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ruchunteur และคุณลักษณะหลักของมันคือ "Hide youtube controls when you are on a youtube page"

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

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

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

                        Hide/show the controls of a video on youtube. (Usefull if you pause the video and the control is above the very thing you wanted to see. Such as subtitles)                    

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

ชื่อ HideYoutubeControls HideYoutubeControls
ID iflpjkbpegjcibknhepnfhbigholnolp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hideyoutubecontrols/iflpjkbpegjcibknhepnfhbigholnolp
คำอธิบาย Hide youtube controls when you are on a youtube page
ขนาดไฟล์ 6.32 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-03-25
วันที่เผยแพร่ 2017-03-25
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Ruchunteur
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HideYoutubeControls",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Hide youtube controls when you are on a youtube page",
    "browser_action": {
        "default_icon": "icone.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "popup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}