Auto Skip Youtube Ads

Auto Skip Youtube Ads

Auto Skip Youtube Adsとは何ですか?

Auto Skip Youtube AdsはAnuj Guptaによって開発されたChromeの拡張機能で、その主な機能は「Auto Skip Youtube Ads」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Auto Skip Youtube Ads拡張機能のCRXファイルをダウンロード

Auto Skip Youtube Ads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Auto skip Youtube Ads
Instead of completely blocking ads which prevents YouTube channels from earning any ad revenue, this extension detects ads appearing and clicks the skip button instantly, just like a regular user would, only much quicker and effortlessly.

It doesn't block ads, it just clicks close and skip for you automatically. Useful if you're tabbed out, or just lazy.

For banner ads, it clicks the close button - usually before the ad is even visible. 
For pre-roll ads that you have to watch for 5 seconds, it will click the skip button as soon as it can.                    

拡張機能の基本情報

名前 Auto Skip Youtube Ads Auto Skip Youtube Ads
ID fcblefnaalnljhcbldiiaaglfchcmdmb
公式URL https://chromewebstore.google.com/detail/auto-skip-youtube-ads/fcblefnaalnljhcbldiiaaglfchcmdmb
説明 Auto Skip Youtube Ads
ファイルサイズ 15.89 KB
インストール数 6,887
現在のバージョン 1.04
最終更新日 2022-04-25
公開日 2020-05-01
評価 4.41/5 合計 44 レビュー
開発者 Anuj Gupta
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://anujnj11.github.io/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Skip Youtube Ads",
    "description": "Auto Skip Youtube Ads",
    "version": "1.04",
    "short_name": "Auto Skip Youtube Ads",
    "permissions": [],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipAds.min.js"
            ],
            "all_frames": true
        }
    ]
}