Synology add download

This extensions allows remote adding of downloads to your Synology Nas Download station.

Synology add downloadคืออะไร?

Synology add download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย olric86 และคุณลักษณะหลักของมันคือ "This extensions allows remote adding of downloads to your Synology Nas Download station."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Synology add download

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

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

                        The Synology add download extension is a handy tool that allows you to add any link to your DSM Download Station download queue.

##########################

Premiumize.me Users

In addition to what stated previously, the extension adds an useful button inside your downloaded torrents list that can be used to quickly add the zip archive of the torrent to your DSM

##########################

Changelog:

v0.1.3
  Use sid authentication instead of session cookie
v0.1.4
  Update to reflect changes in premiumize.me website (torrent zip download)
v0.1.5
  Update to reflect changes in premiumize.me website (torrent zip download)
  Poll for finished torrent every 2 seconds instead of just 1.
v0.1.6
  Update to reflect changes in premiumize.me website (torrent zip download)
v0.1.7
  The 'Send' button shown in the premiumize.me downloader is now displayed inline.
v0.1.8
  Update to reflect changes in premiumize.me cloud api.
v0.1.9
  Update to reflect changes in premiumize.me style.                    

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

ชื่อ Synology add download Synology add download
ID gaedlpnklpnpgjonldlmmmnmhhadicnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/synology-add-download/gaedlpnklpnpgjonldlmmmnmhhadicnk
คำอธิบาย This extensions allows remote adding of downloads to your Synology Nas Download station.
ขนาดไฟล์ 21.84 KB
จำนวนการติดตั้ง 4,645
เวอร์ชันปัจจุบัน 0.1.9
อัปเดตครั้งล่าสุด 2018-08-17
วันที่เผยแพร่ 2018-08-17
คะแนน 2.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา olric86
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Olric86/syno_download_ext
URL หน้าช่วยเหลือ https://github.com/Olric86/syno_download_ext/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Synology add download",
    "description": "This extensions allows remote adding of downloads to your Synology Nas Download station.",
    "version": "0.1.9",
    "browser_action": {
        "default_icon": "images\/favicon.ico",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.premiumize.me\/downloader*"
            ],
            "js": [
                "premiumize_downloader_content_script.js"
            ]
        }
    ]
}