VidGrabber
Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!
Qu'est-ce que VidGrabber ?
VidGrabber est une extension Chrome développée par PFTVApi, et sa fonction principale est "Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VidGrabber
Téléchargez les fichiers d'extension VidGrabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | VidGrabber |
ID | hhnfajcbggahlcegcochjopcogeekljh |
URL Officiel | https://chromewebstore.google.com/detail/vidgrabber/hhnfajcbggahlcegcochjopcogeekljh |
Description | Direct download videos or view them online with SRT subtitles loaded from your local computer. No external apps required! |
Taille du Fichier | 111 KB |
Nombre d'Installations | 763 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-12-12 |
Date de Publication | 2015-12-12 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | PFTVApi |
Type de Paiement | free |
Site Web de l'Extension | http://pftvapi.com |
Langues Prises en Charge | 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" ] } |