VidGrabber
Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!
什麼是VidGrabber?
VidGrabber是由PFTVApi開發的Chrome擴展程式,該擴展的主要功能是“Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!”。
擴展截圖
下載VidGrabber擴展crx文件
下載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 |
ID | hhnfajcbggahlcegcochjopcogeekljh |
官方網址 | 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" ] } |