.MPD Detector

Detects '.mpd' files while browsing.

.MPD Detector क्या है?

.MPD Detector Oraston द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects '.mpd' files while browsing."।

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

screenshot

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

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

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

                        Extension that detects .mpd files on webpages and provides the links to these .mpd files. 

The extension can also be used in 'batch mode'. Batch mode enables the user to open multiple webpages while recording all found .'mpd' files.                    

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

नाम .MPD Detector .MPD Detector
ID lpoohbdbmggiknlpcmhhdkpaclfcdapk
आधिकारिक URL https://chromewebstore.google.com/detail/mpd-detector/lpoohbdbmggiknlpcmhhdkpaclfcdapk
विवरण Detects '.mpd' files while browsing.
फ़ाइल का आकार 7.53 KB
स्थापना संख्या 6,436
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2020-01-02
प्रकाशन तिथि 2019-12-31
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर Oraston
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": ".MPD Detector",
    "version": "1.1.1",
    "browser_specific_settings": {
        "gecko": {
            "id": "{05bfdbb0-c215-4a8b-ba77-b4a4924833a8}"
        }
    },
    "description": "Detects '.mpd' files while browsing.",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "*:\/\/*\/*",
        "tabs",
        "storage"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'"
}