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 |
电子邮箱 | [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" } |