Skippy - The Best Youtube Ad Skipper

Automatically skip youtube ads the moment they appear

O que é Skippy - The Best Youtube Ad Skipper?

Skippy - The Best Youtube Ad Skipper é uma extensão do Chrome desenvolvida por Rohan Makhija, e sua principal característica é "Automatically skip youtube ads the moment they appear".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Skippy - The Best Youtube Ad Skipper

Baixe arquivos de extensão Skippy - The Best Youtube Ad Skipper 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

                        If you would like to upgrade to the new 2x efficient beta version, click here:
https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/mccflcadolbmcnapdbaepohgnggcnlol

ℹ About:
Skippy is a browser extension that blocks all video ads on YouTube™.
Video ads and ads that come before the video are automatically skipped when they show up.

Features:
Skippy automatically skips video advertisements on YouTube™ and also on other pages that load YouTube™ in them.

🔏 Privacy:
Skippy does not track anything you watch or do on YouTube™ website


Disclaimer: YouTube™ is a trademark of Google LLC.                    

Informações Básicas da Extensão

Nome Skippy - The Best Youtube Ad Skipper Skippy - The Best Youtube Ad Skipper
ID nodemlgkeklghddomgoabckgbcmalkkj
URL Oficial https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/nodemlgkeklghddomgoabckgbcmalkkj
Descrição Automatically skip youtube ads the moment they appear
Tamanho do Arquivo 8.75 KB
Contagem de Instalações 359
Versão Atual 1.0
Última Atualização 2023-12-26
Data de Publicação 2021-03-24
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Rohan Makhija
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skippy - The Best Youtube Ad Skipper",
    "version": "1.0",
    "description": "Automatically skip youtube ads the moment they appear",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}