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文件

下載SkipAds - no more video ads!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            }
        ]
    }
}