TorrentDay Batch Download
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
TorrentDay Batch Downloadとは何ですか?
TorrentDay Batch Downloadはparkinglotlustによって開発されたChromeの拡張機能で、その主な機能は「Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files」です。
拡張機能のスクリーンショット
TorrentDay Batch Download拡張機能のCRXファイルをダウンロード
TorrentDay Batch Download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
拡張機能の基本情報
名前 | TorrentDay Batch Download |
ID | ieojlpifckmdkapbcijbcfjcfpicndhp |
公式URL | https://chromewebstore.google.com/detail/torrentday-batch-download/ieojlpifckmdkapbcijbcfjcfpicndhp |
説明 | Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files |
ファイルサイズ | 11.82 KB |
インストール数 | 269 |
現在のバージョン | 0.0.4 |
最終更新日 | 2015-09-17 |
公開日 | 2015-09-17 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | parkinglotlust |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TorrentDay Batch Download", "version": "0.0.4", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_title": "TorrentDay Batch Download", "default_popup": "about.html" }, "permissions": [ "storage", "downloads" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.torrentday.com\/*", "https:\/\/www.torrentday.com\/*", "http:\/\/torrentday\/*" ], "js": [ "content.js" ] } ] } |