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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dediseedbox.com และคุณลักษณะหลักของมันคือ "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dediseedbox Torrent Uploader
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
}
} | |