BlipSkip - Lightweight Ad Skipping

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

O que é BlipSkip - Lightweight Ad Skipping?

BlipSkip - Lightweight Ad Skipping é uma extensão do Chrome desenvolvida por Bitwise, e sua principal característica é "Speed-up video ads without adding elements to the page. Skip through ads with minimal impact to your browsing experience.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BlipSkip - Lightweight Ad Skipping

Baixe arquivos de extensão BlipSkip - Lightweight Ad Skipping no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome BlipSkip - Lightweight Ad Skipping BlipSkip - Lightweight Ad Skipping
ID bfihooeagoinnndfehldcbfhcdgkdlie
URL Oficial https://chromewebstore.google.com/detail/blipskip-lightweight-ad-s/bfihooeagoinnndfehldcbfhcdgkdlie
Descrição Speed-up video ads without adding elements to the page. Skip through ads with minimal impact to your browsing experience.
Tamanho do Arquivo 18.55 KB
Contagem de Instalações 277
Versão Atual 1.1.1
Última Atualização 2024-01-25
Data de Publicação 2024-01-23
Classificação 3.88/5 Total de 8 Avaliações
Desenvolvedor Bitwise
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}