BlipSkip - Lightweight Ad Skipping

Speed-up video ads without adding elements to the page. Skip through ads with minimal impact to your browsing experience.

BlipSkip - Lightweight Ad Skippingคืออะไร?

BlipSkip - Lightweight Ad Skipping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bitwise และคุณลักษณะหลักของมันคือ "Speed-up video ads without adding elements to the page. Skip through ads with minimal impact to your browsing experience."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlipSkip - Lightweight Ad Skipping

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

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

                        BlipSkip is a lightweight, unobtrusive browser extension designed to enhance your online video viewing experience. With its primary focus on minimal impact to your browsing experience, this extension intelligently handles advertisements in YouTube videos.

Key Features
- Speed-Up Video Ads: Say goodbye to long ads! Our extension smartly increases the playback speed of ads in YouTube videos, reducing your wait time significantly.
- Non-Intrusive: BlipSkip blends seamlessly into your browsing experience without adding extra elements to the webpage.
- User-Friendly Installation: Just a few clicks and you're set! No complex setups or configurations needed.
- Lightweight and Efficient: Designed to be light on your browser, ensuring smooth performance without any lag.
- *Automatically Skips Ads*: Detects when ads are skippable and automatically clicks the skip button when available.

Open Source - Contribute on GitHub - https://github.com/Digit404/BlipSkip                    

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

ชื่อ BlipSkip - Lightweight Ad Skipping BlipSkip - Lightweight Ad Skipping
ID bfihooeagoinnndfehldcbfhcdgkdlie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blipskip-lightweight-ad-s/bfihooeagoinnndfehldcbfhcdgkdlie
คำอธิบาย Speed-up video ads without adding elements to the page. Skip through ads with minimal impact to your browsing experience.
ขนาดไฟล์ 18.55 KB
จำนวนการติดตั้ง 277
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2024-01-25
วันที่เผยแพร่ 2024-01-23
คะแนน 3.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Bitwise
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Digit",
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/watch?*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Speed-up video ads without adding elements to the page. Skip through ads with minimal impact to your browsing experience.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png"
    },
    "manifest_version": 3,
    "name": "BlipSkip - Lightweight Ad Skipping",
    "short_name": "BlipSkip",
    "version": "1.1.1"
}