ChannelOne.com Video Helper v2
It's exactly, 100% as the title says. Believe me.
ChannelOne.com Video Helper v2とは何ですか?
ChannelOne.com Video Helper v2はTrufflezMCによって開発されたChromeの拡張機能で、その主な機能は「It's exactly, 100% as the title says. Believe me.」です。
ChannelOne.com Video Helper v2拡張機能のCRXファイルをダウンロード
ChannelOne.com Video Helper v2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | hoehonpapgdlnefnfnlnhfdlihghehlk |
| 公式URL | https://chromewebstore.google.com/detail/channelonecom-video-helpe/hoehonpapgdlnefnfnlnhfdlihghehlk |
| 説明 | It's exactly, 100% as the title says. Believe me. |
| ファイルサイズ | 36.47 KB |
| インストール数 | 27 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2016-10-15 |
| 公開日 | 2016-10-15 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | TrufflezMC |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ChannelOne.com Video Helper v2",
"description": "It's exactly, 100% as the title says. Believe me.",
"version": "2.0",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/www.channelone.com\/*",
"https:\/\/www.youtube.com\/embed\/*",
"https:\/\/www.youtube.com\/watch?v=*"
],
"js": [
"jquery.js",
"main.js"
]
}
]
} | |