Skip Skillsoft Videos

Skip the training videos on Skillsoft/skillport.com

Skip Skillsoft Videosคืออะไร?

Skip Skillsoft Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gongruya และคุณลักษณะหลักของมันคือ "Skip the training videos on Skillsoft/skillport.com"

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

screenshot

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

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

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

                        An extension to skip training video playback on Skillsoft (hosted by skillport.com). A "Skip Video" button will be added on the skillsoft playback page. Use the "Skip Video" button or press key "s" to skip the training video.                    

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

ชื่อ Skip Skillsoft Videos Skip Skillsoft Videos
ID pfbgbcpmkjidaiobebmbfjpcmpcebebp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skip-skillsoft-videos/pfbgbcpmkjidaiobebmbfjpcmpcebebp
คำอธิบาย Skip the training videos on Skillsoft/skillport.com
ขนาดไฟล์ 9.88 KB
จำนวนการติดตั้ง 312
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-08-13
วันที่เผยแพร่ 2021-08-10
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา gongruya
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skip Skillsoft Videos",
    "description": "Skip the training videos on Skillsoft\/skillport.com",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.skillport.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}