YouTube Ad Accelerator

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

What is YouTube Ad Accelerator?

YouTube Ad Accelerator is a Chrome extension developed by Vatsalya Singhi, and its main feature is "The chrome tool improves your YouTube viewing by automating ad skipping, muting & playback acceleration without blocking ad.".

Extension Screenshots

screenshot
screenshot
screenshot

Download YouTube Ad Accelerator Extension CRX File

Download YouTube Ad Accelerator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "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                    

Extension Basic Information

Name YouTube Ad Accelerator YouTube Ad Accelerator
ID lnhnblhicjngnoddkojhdhebiccbfbfc
Official URL https://chromewebstore.google.com/detail/youtube-ad-accelerator/lnhnblhicjngnoddkojhdhebiccbfbfc
Description The chrome tool improves your YouTube viewing by automating ad skipping, muting & playback acceleration without blocking ad.
File Size 33.44 KB
Installation Count 4,000
Current Version 3.1.1
Last Updated 2023-11-29
Publish Date 2023-08-24
Rating 4.79/5 Total 28 Ratings
Developer Vatsalya Singhi
Email [email protected]
Payment Type free
Extension Website https://github.com/Vatsalya-singhi/yt-ad-accelerator
Help Page URL https://github.com/Vatsalya-singhi/yt-ad-accelerator
Supported Languages 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*"
    ]
}