Autoskip for YouTube 2.0

Automatically skips the YouTube ads. 🚫

什麼是Autoskip for YouTube 2.0?

Autoskip for YouTube 2.0是由office開發的Chrome擴展程式,該擴展的主要功能是“Automatically skips the YouTube ads. 🚫”。

擴展截圖

screenshot
screenshot
screenshot

下載Autoskip for YouTube 2.0擴展crx文件

下載Autoskip for YouTube 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.

✨ Features ✨

1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.

This extension will auto-skip the ads to improve your YouTube experience.                    

擴展基本資訊

名稱 Autoskip for YouTube 2.0 Autoskip for YouTube 2.0
ID gcgihkjcccpnahfhhkghlhncdaamjccc
官方網址 https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc
簡介 Automatically skips the YouTube ads. 🚫
檔案大小 8.18 KB
安裝次數 137
目前版本 1.0
更新時間 2023-03-25
上架時間 2023-03-24
評分 4.00/5 共 4 次評分
開發者 office
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoskip for YouTube 2.0",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Automatically skips the YouTube ads. \ud83d\udeab",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.YouTube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 3
}