.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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } |