VidGrabber

Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!

VidGrabberคืออะไร?

VidGrabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PFTVApi และคุณลักษณะหลักของมันคือ "Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!"

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

screenshot

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

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

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

                        Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!

The subtitles will be properly converted into UTF-8 so you can use all languages and enjoy a great experience.

Easy to use and completely free without adds.

Supported sites will increase in future versions.

Ideal for project free tv or similar site.

How it Works:
1 - Go to embed video page
2 - Click the VidGrabber icon
3 - If a video is found View and Download buttons will appear

View: A new page will open, you can now add any SRT from your local computer
Download: Directly download your video                    

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

ชื่อ VidGrabber VidGrabber
ID hhnfajcbggahlcegcochjopcogeekljh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vidgrabber/hhnfajcbggahlcegcochjopcogeekljh
คำอธิบาย Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 763
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-12-12
วันที่เผยแพร่ 2015-12-12
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา PFTVApi
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://pftvapi.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VidGrabber",
    "description": "Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/pftvapi.com\/"
    ],
    "web_accessible_resources": [
        "grab.js"
    ]
}