.MPD Detector
Detects '.mpd' files while browsing.
What is .MPD Detector?
.MPD Detector is a Chrome extension developed by Oraston, and its main feature is "Detects '.mpd' files while browsing.".
Extension Screenshots
Download .MPD Detector Extension CRX File
Download .MPD Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | .MPD Detector |
ID | lpoohbdbmggiknlpcmhhdkpaclfcdapk |
Official URL | https://chromewebstore.google.com/detail/mpd-detector/lpoohbdbmggiknlpcmhhdkpaclfcdapk |
Description | Detects '.mpd' files while browsing. |
File Size | 7.53 KB |
Installation Count | 6,436 |
Current Version | 1.1.1 |
Last Updated | 2020-01-02 |
Publish Date | 2019-12-31 |
Rating | 5.00/5 Total 11 Ratings |
Developer | Oraston |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |