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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "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*"
    ]
}