SkipAds - no more video ads!

Automatically skip ads on YouTube and other websites

SkipAds - no more video ads!란 무엇입니까?

SkipAds - no more video ads!은(는) Youtube Ads Skip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically skip ads on YouTube and other websites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

SkipAds - no more video ads! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Say goodbye to annoying ads on YouTube with our Chrome extension, SkipAds. Whether you're listening to music or watching videos, this ad blocker ensures a seamless experience by automatically skipping video ads.

Installation is a breeze – simply add the extension to Chrome and refresh any open YouTube pages for the changes to take effect. SkipAds is designed to block all ads that appear at the beginning of tube videos, giving you uninterrupted access to millions of free music tracks and videos.

What sets SkipAds apart is its compatibility with both full-screen and floating popup window modes, catering to your preferences. No more waiting for skip ad buttons; our extension takes care of it for you.

Before using SkipAds, enduring video ads on YouTube required manual intervention – waiting for skip ad buttons to appear and then clicking them. Our extension simplifies this process by automatically locating and clicking the skip ad buttons within one second of them being displayed. This functionality extends to video overlay ads and column ads, which are seamlessly hidden.

Key Features:
⭐ Auto skip video ads on YouTube whenever possible
⭐ Adblocking on YouTube – removes most ads
⭐ Stealth mode – undetected by anti-adblock measures
⭐ Auto skip video ads on other websites and embedded videos

SkipAds is focusing on the latest silent ads that often go unnoticed by other ad blockers. The installation is straightforward, requiring no configuration. Our extension has been tested alongside popular ad blockers, blocking 100% of ads while excluding non-skippable ones.

For those wondering if ad blockers for YouTube still work, the answer is yes. SkipAds ensures that anyone with the extension installed enjoys an ad-free YouTube experience, providing uninterrupted video streaming.

Please note that in some instances, skipping a YouTube video ad may not be possible. However, SkipAds is free to download and use, offering a hassle-free solution to enhance your YouTube experience.                    

확장 프로그램 기본 정보

이름 SkipAds - no more video ads! SkipAds - no more video ads!
ID pbgcleacpaihhcogohancpfbhphiifgf
공식 URL https://chromewebstore.google.com/detail/skipads-no-more-video-ads/pbgcleacpaihhcogohancpfbhphiifgf
설명 Automatically skip ads on YouTube and other websites
파일 크기 49.7 KB
설치 횟수 800,000
현재 버전 1.0
최근 업데이트 2024-02-03
출시 날짜 2024-02-03
평점 4.33/5 총 6 개의 평점
개발자 Youtube Ads Skip
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1iOn--qOd5m8Mn1pJ_mhVx-2u9Oyjs99-EUey8uWvQGc/edit?usp=sharing
지원되는 언어 id,ms,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "script\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "script\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script\/speedup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}