.MPD Detector
Detects '.mpd' files while browsing.
ما هو .MPD Detector؟
.MPD Detector هو إضافة Chrome تم تطويرها بواسطة Oraston، والميزة الرئيسية لها هي "Detects '.mpd' files while browsing.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة .MPD Detector
قم بتنزيل ملفات الامتداد .MPD Detector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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'" } |