Get Video Links

Extracts all video links from the page

Get Video Linksคืออะไร?

Get Video Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sag และคุณลักษณะหลักของมันคือ "Extracts all video links from the page"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Video Links

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

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

                        This extension looks through the page and tries to find all the videos. If it succeeds then it shows a popup with all source links for the videos found. You can then open those videos in new tab and watch the video in a built-in player, with no ads or distraction. 

If you are using this extension on a mobile browser, you can then share the direct link to any player that can handle web streams or even to your TV via DLNA!                    

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

ชื่อ Get Video Links Get Video Links
ID cleiebhajbhkgnlalgigfgmlheilimip
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/get-video-links/cleiebhajbhkgnlalgigfgmlheilimip
คำอธิบาย Extracts all video links from the page
ขนาดไฟล์ 41.16 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-05
วันที่เผยแพร่ 2017-01-05
คะแนน 2.88/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา sag
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Video Links",
    "description": "Extracts all video links from the page",
    "version": "1.0",
    "browser_action": {
        "default_title": "Get Video Links!",
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "64": "img\/icon_64.png",
            "128": "img\/icon_128.png"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png"
    }
}