Aria2 Integration

Download files with Aria2

Aria2 Integration क्या है?

Aria2 Integration baptistecdr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download files with Aria2"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Aria2 Integration is a web extension that allows you to download files/torrents directly to one of your Aria2 instance.

* You can configure multiple Aria2 instance.
* You can send a download to one of your Aria2 instance by selecting URLs, right-clicking > Download with Aria2 > your Aria2 instance name.
* You can automatically send every download to your Aria2 instance by enabling `Capture downloads` in the extension's options or directly in the pop-up.
  * You can exclude some downloads to be sent by excluding protocols, domain names or extension files in the extension's options.
* You can see the state of each configured Aria2 server by clicking on the extension's icon in the toolbar. It will reveal a pop-up containing:
  * the total download/upload speed
  * the progress of each task and possibility to pause/resume/delete
  * delete all finished tasks
  * Add links, magnet links/files, torrent links/files
  * A quick settings to enable/disable capture downloads
* The extension is available in light/dark theme depending on your system preferences.                    

एक्सटेंशन की मूल जानकारी

नाम Aria2 Integration Aria2 Integration
ID hnenidncmoeebipinjdfniagjnfjbapi
आधिकारिक URL https://chromewebstore.google.com/detail/aria2-integration/hnenidncmoeebipinjdfniagjnfjbapi
विवरण Download files with Aria2
फ़ाइल का आकार 806 KB
स्थापना संख्या 271
वर्तमान संस्करण 4.9.0
अंतिम अपडेट 2024-03-05
प्रकाशन तिथि 2020-07-05
रेटिंग 3.80/5 कुल 5 रेटिंग्स
डेवलपर baptistecdr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/baptistecdr/aria2-extensions
सहायता पृष्ठ URL https://github.com/baptistecdr/aria2-extensions/issues
समर्थित भाषाएँ en,fr,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "author": "baptistecdr",
    "homepage_url": "https:\/\/github.com\/baptistecdr\/aria2-extensions",
    "description": "__MSG_extDescription__",
    "version": "4.9.0",
    "version_name": "4.9.0",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "cookies",
        "downloads",
        "notifications",
        "storage",
        "activeTab",
        "alarms"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; connect-src *"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": false
    },
    "commands": {
        "toggle_capture_downloads": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "MacCtrl+Shift+D"
            },
            "description": "Toggle Capture Downloads"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "80": "icons\/icon80.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/icon16.png",
            "19": "icons\/icon19.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png",
            "80": "icons\/icon80.png",
            "128": "icons\/icon128.png",
            "256": "icons\/icon256.png",
            "512": "icons\/icon512.png"
        }
    },
    "background": {
        "type": "module",
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}