YouAd Skipper
Sample Chrome Extension
YouAd Skipperとは何ですか?
YouAd Skipperはfuwaseguによって開発されたChromeの拡張機能で、その主な機能は「Sample Chrome Extension」です。
拡張機能のスクリーンショット
YouAd Skipper拡張機能のCRXファイルをダウンロード
YouAd Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTubeの動画広告の自動スキップ、バナー広告の自動削除を行う拡張機能です。 スキップするのに5秒かかる広告も、5秒待たずに飛ばすことができます。 This extension can skip YouTube movie ad and banner ad automatically. You need not wait the video ads that need to wait 5 seconds. 此扩展程序可以自动跳过YouTube电影广告和横幅广告。 您无需等待需要等待5秒钟的视频广告。
拡張機能の基本情報
名前 | YouAd Skipper |
ID | nhjhjoenmfpjglhfganelcdcdhebbmmi |
公式URL | https://chromewebstore.google.com/detail/youad-skipper/nhjhjoenmfpjglhfganelcdcdhebbmmi |
説明 | Sample Chrome Extension |
ファイルサイズ | 20.11 KB |
インストール数 | 4,426 |
現在のバージョン | 2.1.0 |
最終更新日 | 2022-06-02 |
公開日 | 2019-12-14 |
評価 | 4.69/5 合計 16 レビュー |
開発者 | fuwasegu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouAd Skipper", "version": "2.1.0", "manifest_version": 3, "description": "Sample Chrome Extension", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "YouAdSkipper.js" ] } ], "background": { "service_worker": "YouAdSkipper.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |