Motrix WebExtension

WebExtension for Motrix download manager

Motrix WebExtension क्या है?

Motrix WebExtension https://www.gautamkrishnar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebExtension for Motrix download manager"।

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

screenshot

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

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

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

                        This WebExtension allows you to automatically download all the files via Motrix Download Manager instead of your browser's native download manager.

Please read the documentation before using the extension: https://github.com/gautamkrishnar/motrix-webextension#how-to-use

Motrix needs to be running in the background for this extension to work. This extension cannot launch Motrix automatically if it is not already running, due to API limitations. You can download the motrix download manager from here: https://motrix.app/

Feel free to report issues at: https://github.com/gautamkrishnar/motrix-webextension/issues
Make sure that you are not filing a duplicate issue. This is an opensource project. Your contributions can make a difference.                    

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

नाम Motrix WebExtension Motrix WebExtension
ID djlkbfdlljbachafjmfomhaciglnmkgj
आधिकारिक URL https://chromewebstore.google.com/detail/motrix-webextension/djlkbfdlljbachafjmfomhaciglnmkgj
विवरण WebExtension for Motrix download manager
फ़ाइल का आकार 326 KB
स्थापना संख्या 40,000
वर्तमान संस्करण 23.12.10
अंतिम अपडेट 2023-12-11
प्रकाशन तिथि 2021-09-19
रेटिंग 3.32/5 कुल 47 रेटिंग्स
डेवलपर https://www.gautamkrishnar.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/gautamkrishnar/motrix-webextension
सहायता पृष्ठ URL https://github.com/gautamkrishnar/motrix-webextension/issues
गोपनीयता नीति पृष्ठ URL https://www.gautamkrishnar.com/privacy-policy-for-webextensions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "23.12.10",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/gautamkrishnar\/motrix-webextension",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "scripts\/*",
                "styles\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "downloads",
        "downloads.shelf",
        "notifications",
        "storage",
        "contextMenus",
        "offscreen",
        "cookies"
    ],
    "host_permissions": [
        ""
    ]
}