NflxIntroSkip (Netflix Intro Skip)
Automatically skip intros in the Netflix web-player
NflxIntroSkip (Netflix Intro Skip)คืออะไร?
NflxIntroSkip (Netflix Intro Skip) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gmertes และคุณลักษณะหลักของมันคือ "Automatically skip intros in the Netflix web-player"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NflxIntroSkip (Netflix Intro Skip)
ดาวน์โหลดไฟล์ส่วนขยาย NflxIntroSkip (Netflix Intro Skip) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        A lightweight browser extension that does one thing and one thing only: automatically skip show intros on Netflix. 
-The best at what it does: automatically click on the Skip Intro button in Netflix
-Install and forget, there's no configuration
-Extremely small footprint and zero overhead, only contains the absolute bare minimum to perform its function
-No analytics
-Free and open source                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | jiindpkmmoompocmhgnfabfhlhniolpl | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nflxintroskip-netflix-int/jiindpkmmoompocmhgnfabfhlhniolpl | 
| คำอธิบาย | Automatically skip intros in the Netflix web-player | 
| ขนาดไฟล์ | 9.26 KB | 
| จำนวนการติดตั้ง | 169 | 
| เวอร์ชันปัจจุบัน | 1.0.0 | 
| อัปเดตครั้งล่าสุด | 2021-10-20 | 
| วันที่เผยแพร่ | 2021-10-20 | 
| คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน | 
| ผู้พัฒนา | gmertes | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://github.com/gmertes/NflxIntroSkip | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "NflxIntroSkip",
    "description": "Automatically skip intros in the Netflix web-player",
    "version": "1.0.0",
    "manifest_version": 2,
    "name": "NflxIntroSkip (Netflix Intro Skip)",
    "homepage_url": "https:\/\/github.com\/gmertes\/NflxIntroSkip",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content.min.js"
            ],
            "run_at": "document_start"
        }
    ]
}  |  |