PureDownloader for Chrome
Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.
PureDownloader for Chromeとは何ですか?
PureDownloader for Chromeはhttps://puredownloader.comによって開発されたChromeの拡張機能で、その主な機能は「Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.」です。
拡張機能のスクリーンショット
PureDownloader for Chrome拡張機能のCRXファイルをダウンロード
PureDownloader for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is an extension for PureDownloader.com. Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.
拡張機能の基本情報
名前 | |
ID | dinjnjpcaenhiokgnompjbglfajjofbn |
公式URL | https://chrome.google.com/webstore/detail/puredownloader-for-chrome/dinjnjpcaenhiokgnompjbglfajjofbn |
説明 | Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com. |
ファイルサイズ | 42.7 KB |
インストール数 | 857 |
現在のバージョン | 0.1.11 |
最終更新日 | 2019-07-24 |
公開日 | 2019-07-24 |
評価 | 2.00/5 合計 6 レビュー |
開発者 | https://puredownloader.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PureDownloader for Chrome", "short_name": "PureDownloader", "description": "Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.", "version": "0.1.11", "browser_action": { "default_icon": "\/img\/logo_60.png", "default_title": "PureDownloader" }, "icons": { "32": "\/img\/favicon.png", "60": "\/img\/logo_60.png", "90": "\/img\/logo_90.png", "128": "\/img\/logo_128.png", "243": "\/img\/logo_app.png" }, "homepage_url": "https:\/\/puredownloader.com\/", "permissions": [ "contextMenus" ], "background": { "scripts": [ "main.js" ] } } |