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은(는) Bitwise에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed-up video ads without adding elements to the page. Skip through ads with minimal impact to your browsing experience."입니다.

확장 프로그램 스크린샷

screenshot

BlipSkip - Lightweight Ad Skipping 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}