Media Source Extractor

Copy media source from embedded players and download links to the clipboard.

Media Source Extractorคืออะไร?

Media Source Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rinseandrepeat และคุณลักษณะหลักของมันคือ "Copy media source from embedded players and download links to the clipboard."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Media Source Extractor

ดาวน์โหลดไฟล์ส่วนขยาย Media Source Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Copy media source from embedded players and download links to the clipboard for pasting into your favourite stand alone video player etc. Light weight and configurable with domain whitelist and file types.

NOTES: Works on the request level so you have to initiate the request for it to be copied e.g. pressing play on a video / clicking on a download link. Does not work on youtube!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Media Source Extractor Media Source Extractor
ID oopeljipllddhgmnkpngbelnjebjailm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/media-source-extractor/oopeljipllddhgmnkpngbelnjebjailm
คำอธิบาย Copy media source from embedded players and download links to the clipboard.
ขนาดไฟล์ 13.34 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-01-15
วันที่เผยแพร่ 2021-01-15
ผู้พัฒนา rinseandrepeat
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/isometimesgit/media-source-extractor
URL หน้าช่วยเหลือ https://github.com/isometimesgit/media-source-extractor
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Media Source Extractor",
    "description": "Copy media source from embedded players and download links to the clipboard.",
    "version": "1.0.0",
    "icons": {
        "128": "\/assets\/icon-128.png"
    },
    "background": {
        "scripts": [
            "\/js\/settings.js",
            "\/js\/util.js",
            "\/js\/main.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "\/html\/options.html",
        "default_icon": {
            "128": "\/assets\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage"
    ]
}