BlipSkip - Lightweight Ad Skipping

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

Cos'è BlipSkip - Lightweight Ad Skipping?

BlipSkip - Lightweight Ad Skipping è un'estensione di Chrome sviluppata da Bitwise, e la sua funzione principale è "Speed-up video ads without adding elements to the page. Skip through ads with minimal impact to your browsing experience.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BlipSkip - Lightweight Ad Skipping

Scarica i file di estensione BlipSkip - Lightweight Ad Skipping in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome BlipSkip - Lightweight Ad Skipping BlipSkip - Lightweight Ad Skipping
ID bfihooeagoinnndfehldcbfhcdgkdlie
URL Ufficiale https://chromewebstore.google.com/detail/blipskip-lightweight-ad-s/bfihooeagoinnndfehldcbfhcdgkdlie
Descrizione Speed-up video ads without adding elements to the page. Skip through ads with minimal impact to your browsing experience.
Dimensione del File 18.55 KB
Conteggio Installazioni 277
Versione Corrente 1.1.1
Ultimo Aggiornamento 2024-01-25
Data di Pubblicazione 2024-01-23
Valutazione 3.88/5 Totale 8 Valutazioni
Sviluppatore Bitwise
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}