Plex bulk downloader

A Chrome extension to assist with downloading multiple files from a Plex server

Plex bulk downloaderคืออะไร?

Plex bulk downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bermos และคุณลักษณะหลักของมันคือ "A Chrome extension to assist with downloading multiple files from a Plex server"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plex bulk downloader

ดาวน์โหลดไฟล์ส่วนขยาย Plex bulk downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Browse to any album (music, photos, movie collection or tv season) and click the extention icon and then download to start downloading the whole album. Downloading only the selected files is currently only possible for music albums. If you want to do the same for photos one workaround is to add the selected photos to a new (temporary) album and then download that.

Patchnotes:
- v1.1
  Changed file name of TV Episodes to format 'Series name - SxxExx - episode name.format'
- v1.0
  First official release.
- v0.9
  Fixed download of photo albums.
- v0.8
  The extension now matches host "app.plex.tv" and path "/web/index.html" to try and not be in your face on pages that have nothing to do with Plex.
- v0.7
  Added path match "desktop" because the host app.plex.tv isn't using the same path as the self hosted version.
- v0.6
  The downloads are now queued in a background script so they will continue even if the active tab is changed. Also rewriting file/pathnames to not conflict with Windows path restrictions.
- v0.5
  The Extension is now restricted to tabs with the path "web/index.html" so it won't be in your face all the time.
- v0.4
  Added support for libraries that were shared with you.
- v0.3
  Fixed download link so it will also download pictures not just music.
- v0.2
  Fixed broken manifest.json
- v0.1
  First version.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Plex bulk downloader Plex bulk downloader
ID coiigbmcndbjgabknjnaiangcommnnob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/plex-bulk-downloader/coiigbmcndbjgabknjnaiangcommnnob
คำอธิบาย A Chrome extension to assist with downloading multiple files from a Plex server
ขนาดไฟล์ 15.82 KB
จำนวนการติดตั้ง 4,871
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2021-01-28
วันที่เผยแพร่ 2019-12-27
คะแนน 3.22/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา Bermos
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Bermos/Plex-bulk-downloader
URL หน้าช่วยเหลือ https://github.com/Bermos/Plex-bulk-downloader/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plex bulk downloader",
    "description": "A Chrome extension to assist with downloading multiple files from a Plex server",
    "version": "1.1.1",
    "author": "Matthew Machivenyika",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "downloads",
        "declarativeContent"
    ]
}