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
Eメール [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*"
    ]
}