Skippy
Skippy is a cool little dude who loves to skip stuff.
Skippyคืออะไร?
Skippy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ygordanniel และคุณลักษณะหลักของมันคือ "Skippy is a cool little dude who loves to skip stuff."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skippy
ดาวน์โหลดไฟล์ส่วนขยาย Skippy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Skippy is a cool assistant for your video streaming platforms. - Netflix: skips intros and to next episode when is available and also prevents it from asking that annoying "Are you still watching?"; - PrimeVideo: skips ads, intros and to next episode when is available; - Youtube: skips ads and close ad banners;
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Skippy |
ID | nalcdfokpimbmoibllleafajnjjhnaen |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/skippy/nalcdfokpimbmoibllleafajnjjhnaen |
คำอธิบาย | Skippy is a cool little dude who loves to skip stuff. |
ขนาดไฟล์ | 5.83 KB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2019-03-22 |
วันที่เผยแพร่ | 2019-03-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | ygordanniel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skippy", "description": "Skippy is a cool little dude who loves to skip stuff.", "version": "1.3", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.primevideo.com\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "\/content.js" ], "run_at": "document_end" } ] } |