YouTube Ad Accelerator

The chrome tool improves your YouTube viewing by automating ad skipping, muting & playback acceleration without blocking ad.

O que é YouTube Ad Accelerator?

YouTube Ad Accelerator é uma extensão do Chrome desenvolvida por Vatsalya Singhi, e sua principal característica é "The chrome tool improves your YouTube viewing by automating ad skipping, muting & playback acceleration without blocking ad.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Ad Accelerator

Baixe arquivos de extensão YouTube Ad Accelerator 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

                        "Introducing the YouTube Ad Accelerator: Boost Your Productivity and Focus!" 🚀📺

Tired of interruptions while trying to stay focused on your work? Say goodbye to those time-consuming ad breaks on YouTube videos. With the YouTube Ad Accelerator Chrome extension, you can supercharge your productivity by automating the task of clicking the 'skip ad' button on YouTube videos. No more clicking, no more waiting – just seamless video enjoyment!

🚀 Key Features:

Automated Ad Skipping: Our extension takes care of the tedious task of clicking the 'skip ad' button on YouTube videos for you. Say hello to uninterrupted viewing.
Tailored Playback Speed: Customize the playback speed of ad videos to your preference. Whether it's 16x or 32x, you're in control.
Enhanced Productivity: Focus on your work without the need to manually interact with ads. Make the most of your time.

⏩ How It Works:

Simply install the YouTube Ad Accelerator extension and let it do the heavy lifting for you. As soon as an ad appears, it automatically clicks the 'skip ad' button and adjusts the playback speed, allowing you to swiftly continue with your tasks.

🎉 Why Choose YouTube Ad Accelerator?
Our extension is designed to seamlessly integrate into your workflow, ensuring you can maintain your concentration without unnecessary interruptions. Maximize your efficiency and reclaim your time!

💡 Perfect for:

Professionals looking to stay focused on their tasks.
Students studying while watching educational videos.
Anyone who values their time and productivity.
Experience a new level of productivity and focus with the YouTube Ad Accelerator. Get started today and reclaim your time for what truly matters.

#ProductivityBoost #YouTubeAdSkipper #ChromeExtension #ProductivityHacks                    

Informações Básicas da Extensão

Nome YouTube Ad Accelerator YouTube Ad Accelerator
ID lnhnblhicjngnoddkojhdhebiccbfbfc
URL Oficial https://chromewebstore.google.com/detail/youtube-ad-accelerator/lnhnblhicjngnoddkojhdhebiccbfbfc
Descrição The chrome tool improves your YouTube viewing by automating ad skipping, muting & playback acceleration without blocking ad.
Tamanho do Arquivo 33.44 KB
Contagem de Instalações 4,000
Versão Atual 3.1.1
Última Atualização 2023-11-29
Data de Publicação 2023-08-24
Classificação 4.79/5 Total de 28 Avaliações
Desenvolvedor Vatsalya Singhi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Vatsalya-singhi/yt-ad-accelerator
URL da Página de Ajuda https://github.com/Vatsalya-singhi/yt-ad-accelerator
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Ad Accelerator",
    "short_name": "YouTube Ad Accelerator",
    "description": "The chrome tool improves your YouTube viewing by automating ad skipping, muting & playback acceleration without blocking ad.",
    "version": "3.1.1",
    "author": "[email protected]",
    "manifest_version": 3,
    "action": {
        "default_title": "YouTube Ad Accelerator",
        "default_popup": ".\/src\/index.html",
        "default_locale": "en",
        "default_icon": {
            "16": ".\/icons\/icon16.png",
            "32": ".\/icons\/icon32.png",
            "48": ".\/icons\/icon48.png",
            "128": ".\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon16.png",
        "32": ".\/icons\/icon32.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/www.youtube.com\/watch*",
        "https:\/\/www.youtube.com\/watch*"
    ]
}