Synology add download

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

Synology add download क्या है?

Synology add download olric86 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extensions allows remote adding of downloads to your Synology Nas Download station."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Synology add download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}