YouTube Skip Ads
Skip all kind of youtube ads automatically.
YouTube Skip Adsとは何ですか?
YouTube Skip Adsはakash.anand708によって開発されたChromeの拡張機能で、その主な機能は「Skip all kind of youtube ads automatically.」です。
拡張機能のスクリーンショット
YouTube Skip Ads拡張機能のCRXファイルをダウンロード
YouTube Skip Ads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No need to buy premium subscription to avoid ads. When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home. Sometimes long ads comes in between and you have only two options. 1. Let ads play for that long duration. Or 2. Come near to laptop and click SKIP button. Isn't it irritating. Here is the solution for this. You don't need to SKIP manually. This extension will do it for you. NOTE: This works for NON-SKIPPABLE ads also. Please try it and leave review comments.
拡張機能の基本情報
名前 | YouTube Skip Ads |
ID | nebpcniblohdgemginackdeilpgcknmm |
公式URL | https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm |
説明 | Skip all kind of youtube ads automatically. |
ファイルサイズ | 6.02 KB |
インストール数 | 636 |
現在のバージョン | 0.1 |
最終更新日 | 2019-07-28 |
公開日 | 2019-07-26 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | akash.anand708 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Skip Ads", "short_name": "Skip YouTube Ads", "version": "0.1", "default_locale": "en", "description": "Skip all kind of youtube ads automatically.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon.png", "64": "icon.png", "128": "icon.png" } } |