mySkip
Extension for automatically skipping video ads and closing banner ads on YouTube
mySkipとは何ですか?
mySkipはthedaviddeltaによって開発されたChromeの拡張機能で、その主な機能は「Extension for automatically skipping video ads and closing banner ads on YouTube」です。
拡張機能のスクリーンショット
mySkip拡張機能のCRXファイルをダウンロード
mySkip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is basically formed by a simple script that uses an observer to detect and skip/close any new ad (video or banner) on a YouTube video. 拡張機能の基本情報
| 名前 | |
| ID | ohmcfchlgaajmendoliochefcnbhdibb |
| 公式URL | https://chromewebstore.google.com/detail/myskip/ohmcfchlgaajmendoliochefcnbhdibb |
| 説明 | Extension for automatically skipping video ads and closing banner ads on YouTube |
| ファイルサイズ | 7.14 KB |
| インストール数 | 263 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2020-03-04 |
| 公開日 | 2020-03-03 |
| 開発者 | thedaviddelta |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "mySkip",
"description": "Extension for automatically skipping video ads and closing banner ads on YouTube",
"version": "1.2",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"main.js"
]
}
],
"icons": {
"128": "icon.png"
}
} | |