Youtube Ad Skipper
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
Youtube Ad Skipperとは何ですか?
Youtube Ad SkipperはZubair Mohsinによって開発されたChromeの拡張機能で、その主な機能は「Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…」です。
Youtube Ad Skipper拡張機能のCRXファイルをダウンロード
Youtube Ad Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)
拡張機能の基本情報
名前 | |
ID | enihkpojbigcklkiniiknjplcfihheca |
公式URL | https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca |
説明 | Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this… |
ファイルサイズ | 44.95 KB |
インストール数 | 663 |
現在のバージョン | 0.1 |
最終更新日 | 2017-12-22 |
公開日 | 2017-12-22 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Zubair Mohsin |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Ad Skipper", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "skip_16.png", "48": "skip_48.png", "128": "skip_128.png" } } |