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. 🚫」です。
拡張機能のスクリーンショット
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 |
ID | gcgihkjcccpnahfhhkghlhncdaamjccc |
公式URL | 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 |
Eメール | [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 } |