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!」です。

拡張機能のスクリーンショット

screenshot

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 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"
    ]
}