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.」です。
拡張機能のスクリーンショット
BlipSkip - Lightweight Ad Skipping拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } |