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