YouTube Ad Accelerator

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

什么是YouTube Ad Accelerator?

YouTube Ad Accelerator是由Vatsalya Singhi开发的Chrome扩展程序,该扩展的主要功能是“The chrome tool improves your YouTube viewing by automating ad skipping, muting & playback acceleration without blocking ad.”。

扩展截图

screenshot
screenshot
screenshot

下载YouTube Ad Accelerator扩展crx文件

下载YouTube Ad Accelerator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "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                    

扩展基本信息

名称 YouTube Ad Accelerator YouTube Ad Accelerator
ID lnhnblhicjngnoddkojhdhebiccbfbfc
官方URL https://chromewebstore.google.com/detail/youtube-ad-accelerator/lnhnblhicjngnoddkojhdhebiccbfbfc
简介 The chrome tool improves your YouTube viewing by automating ad skipping, muting & playback acceleration without blocking ad.
文件大小 33.44 KB
安装次数 4,000
当前版本 3.1.1
更新时间 2023-11-29
上架时间 2023-08-24
评分 4.79/5 共28次评分
开发者 Vatsalya Singhi
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Vatsalya-singhi/yt-ad-accelerator
帮助页面URL https://github.com/Vatsalya-singhi/yt-ad-accelerator
支持的语言 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*"
    ]
}