Video download assistant
Download video and audio from mainstream websites
Video download assistantとは何ですか?
Video download assistantはhttps://pictureknow.comによって開発されたChromeの拡張機能で、その主な機能は「Download video and audio from mainstream websites」です。
拡張機能のスクリーンショット
Video download assistant拡張機能のCRXファイルをダウンロード
Video download assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1. Web page medias download
2. Extension management 拡張機能の基本情報
| 名前 | |
| ID | gnnfgamcecifdmmdpbppjhanfllffmdn |
| 公式URL | https://chromewebstore.google.com/detail/video-download-assistant/gnnfgamcecifdmmdpbppjhanfllffmdn |
| 説明 | Download video and audio from mainstream websites |
| ファイルサイズ | 600 KB |
| インストール数 | 20,000 |
| 現在のバージョン | 1.2.6 |
| 最終更新日 | 2024-03-03 |
| 公開日 | 2020-04-16 |
| 評価 | 4.04/5 合計 24 レビュー |
| 開発者 | https://pictureknow.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://pictureknow.com/protocol |
| 対応言語 | id,ms,de,en,fil,fr,nl,no,vi,tr,da,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,th,ar,zh-CN,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"version": "1.2.6",
"description": "__MSG_desc__",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.bilibili.com\/video\/*",
"*:\/\/bilibili.com\/video\/*",
"*:\/\/www.bilibili.com\/bangumi\/*",
"*:\/\/bilibili.com\/bangumi\/*"
],
"js": [
"js\/video_bilibili_content.js"
]
},
{
"matches": [
"*:\/\/www.ixigua.com\/*"
],
"js": [
"js\/video_xigua_content.js"
]
},
{
"matches": [
"*:\/\/item.taobao.com\/*"
],
"js": [
"js\/coupon_content.js"
]
},
{
"matches": [
"*:\/\/detail.tmall.com\/*"
],
"js": [
"js\/coupon_content.js"
]
},
{
"matches": [
"*:\/\/item.jd.com\/*"
],
"js": [
"js\/jd_coupon_content.js"
]
},
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"js\/heart_beat_content.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"js\/video_bilibili_accessible.js"
]
},
{
"matches": [
"*:\/\/www.ixigua.com\/*"
],
"resources": [
"js\/video_xigua_accessible.js"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_icon": "icons\/icon128.png",
"default_title": "__MSG_name__",
"default_popup": "popup.html"
},
"permissions": [
"alarms",
"proxy",
"management",
"declarativeNetRequest",
"downloads",
"webRequest",
"storage"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "bilibili-video",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
" | |