Skippy - The Best Youtube Ad Skipper
Automatically skip youtube ads the moment they appear
Skippy - The Best Youtube Ad Skipperとは何ですか?
Skippy - The Best Youtube Ad SkipperはRohan Makhijaによって開発されたChromeの拡張機能で、その主な機能は「Automatically skip youtube ads the moment they appear」です。
拡張機能のスクリーンショット
Skippy - The Best Youtube Ad Skipper拡張機能のCRXファイルをダウンロード
Skippy - The Best Youtube Ad Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you would like to upgrade to the new 2x efficient beta version, click here:
https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/mccflcadolbmcnapdbaepohgnggcnlol
ℹ About:
Skippy is a browser extension that blocks all video ads on YouTube™.
Video ads and ads that come before the video are automatically skipped when they show up.
Features:
Skippy automatically skips video advertisements on YouTube™ and also on other pages that load YouTube™ in them.
🔏 Privacy:
Skippy does not track anything you watch or do on YouTube™ website
Disclaimer: YouTube™ is a trademark of Google LLC. 拡張機能の基本情報
| 名前 | |
| ID | nodemlgkeklghddomgoabckgbcmalkkj |
| 公式URL | https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/nodemlgkeklghddomgoabckgbcmalkkj |
| 説明 | Automatically skip youtube ads the moment they appear |
| ファイルサイズ | 8.75 KB |
| インストール数 | 359 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-12-26 |
| 公開日 | 2021-03-24 |
| 評価 | 4.75/5 合計 4 レビュー |
| 開発者 | Rohan Makhija |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Skippy - The Best Youtube Ad Skipper",
"version": "1.0",
"description": "Automatically skip youtube ads the moment they appear",
"content_scripts": [
{
"js": [
"script.js"
],
"run_at": "document_idle",
"matches": [
"https:\/\/*.youtube.com\/*"
]
}
],
"icons": {
"128": "icons\/128.png",
"48": "icons\/48.png",
"16": "icons\/16.png"
},
"browser_action": {
"default_popup": "popup.html"
}
} | |