Dediseedbox Torrent Uploader
This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
Dediseedbox Torrent Uploaderとは何ですか?
Dediseedbox Torrent Uploaderはhttps://dediseedbox.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui」です。
拡張機能のスクリーンショット
Dediseedbox Torrent Uploader拡張機能のCRXファイルをダウンロード
Dediseedbox Torrent Uploader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | dodambeppkebncgeobibhlfblpifcgpl |
| 公式URL | https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl |
| 説明 | This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui |
| ファイルサイズ | 568 KB |
| インストール数 | 357 |
| 現在のバージョン | 0.1.2 |
| 最終更新日 | 2017-02-01 |
| 公開日 | 2017-02-01 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | https://dediseedbox.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://dediseedbox.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.1.2",
"name": "Dediseedbox Torrent Uploader",
"description": "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui",
"permissions": [
"*:\/\/*\/*",
"contextMenus",
"notifications",
"storage",
"tabs"
],
"background": {
"scripts": [
"data\/background.js"
]
},
"options_page": "data\/html\/options.html",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"data\/content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"page_action": {
"default_icon": "data\/img\/icon16.png"
},
"icons": {
"16": "data\/img\/icon16.png",
"48": "data\/img\/icon48.png",
"128": "data\/img\/icon128.png"
}
} | |