Auto Skip
Skip Youtube ads automatically.
Auto Skipとは何ですか?
Auto SkipはKodebrozによって開発されたChromeの拡張機能で、その主な機能は「Skip Youtube ads automatically.」です。
拡張機能のスクリーンショット
Auto Skip拡張機能のCRXファイルをダウンロード
Auto Skip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hey there, Are you annoyed by sudden YouTube ads? Guess what? Automates the process of clicking the "Skip Ad" button with Auto Skip Chrome Extension. it's not an ad blocker, it simply automates the process of clicking on the "Skip Ad" button on YouTube. it's really handy when you are going through some playlist or chilling and watching your favorite YouTuber, no need to bother and click on "Skip Ad" button, simply sit back and enjoy the content without any interruption. Hoping, this extension is making your YouTube experience better. Happy Coding! Happy YouTubing!
拡張機能の基本情報
名前 | |
ID | phnofgchbnhnblinddmnmkjhpifciimb |
公式URL | https://chrome.google.com/webstore/detail/auto-skip/phnofgchbnhnblinddmnmkjhpifciimb |
説明 | Skip Youtube ads automatically. |
ファイルサイズ | 11.39 KB |
インストール数 | 69 |
現在のバージョン | 0.0.1 |
最終更新日 | 2021-01-31 |
公開日 | 2021-01-31 |
開発者 | Kodebroz |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Skip", "version": "0.0.1", "description": "Skip Youtube ads automatically.", "icons": { "16": "images\/autoskip16.png", "32": "images\/autoskip32.png", "48": "images\/autoskip48.png", "128": "images\/autoskip128.png" }, "manifest_version": 2, "author": "Kodebroz", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "kodebroz_auto_skip_content.js" ], "run_at": "document_end", "all_frames": true } ] } |