VidSaver - Social Video Downloader

Social Video Downloader. Download your favorite social media videos.

Qu'est-ce que VidSaver - Social Video Downloader ?

VidSaver - Social Video Downloader est une extension Chrome développée par https://vidsaver.net, et sa fonction principale est "Social Video Downloader. Download your favorite social media videos.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VidSaver - Social Video Downloader

Téléchargez les fichiers d'extension VidSaver - Social Video Downloader 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

                        Social Video Downloader allows you to download videos from your favourite social media. Hassle free! Install it now for free! This extension will allow you to download your favourite videos from your favourite social media.                    

Informations de Base sur l'Extension

Nom VidSaver - Social Video Downloader VidSaver - Social Video Downloader
ID iaipcgkelpaggbhigihfdidnjjbjmblf
URL Officiel https://chromewebstore.google.com/detail/vidsaver-social-video-dow/iaipcgkelpaggbhigihfdidnjjbjmblf
Description Social Video Downloader. Download your favorite social media videos.
Taille du Fichier 91.92 KB
Nombre d'Installations 14,909
Version Actuelle 0.0.6
Dernière Mise à Jour 2020-05-26
Date de Publication 2020-05-25
Évaluation 2.43/5 Total 23 Évaluations
Développeur https://vidsaver.net
Type de Paiement free
Site Web de l'Extension http://vidsaver.net
Langues Prises en Charge id,de,en,fr,nl,vi,ca,et,es,hr,it,lt,hu,pl,pt-BR,pt-PT,el,bg,ru,uk,iw,hi,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/js\/jquery-3.2.1.min.js",
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Vidsaver - Social Video Downloader"
    },
    "default_locale": "en",
    "version": "0.0.6",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "VidSaver - Social Video Downloader",
    "short_name": "vidsaver",
    "description": "Social Video Downloader. Download your favorite social media videos.",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "\/js\/jquery-3.2.1.min.js",
                "\/js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "permissions": [],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}