Save resources

Save resources to be accesible later

Qu'est-ce que Save resources ?

Save resources est une extension Chrome développée par emily.a.poulou, et sa fonction principale est "Save resources to be accesible later".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Save resources

Téléchargez les fichiers d'extension Save resources 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

                        Video Downloader Extension 1

With this app it is easy to download to your computer any video from Vimeo or Wistia. 
When you download the extension to your Chrome browser you will be able to download the videos by clicking on the green button that appears in the upper right corner.
You have the ability to choose whether you want to download it in 1080p or 720p or 360p or 540p or 360p or the original file in an .mp4 format on your computer.

Enjoy                    

Informations de Base sur l'Extension

Nom Save resources Save resources
ID deplmjkmimapgmlfkidfabbbmokkmkkj
URL Officiel https://chrome.google.com/webstore/detail/save-resources/deplmjkmimapgmlfkidfabbbmokkmkkj
Description Save resources to be accesible later
Taille du Fichier 54.85 KB
Nombre d'Installations 708
Version Actuelle 0.2.20
Dernière Mise à Jour 2019-07-07
Date de Publication 2019-07-06
Évaluation 4.19/5 Total 16 Évaluations
Développeur emily.a.poulou
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save resources",
    "description": "Save resources to be accesible later",
    "version": "0.2.20",
    "browser_action": {
        "default_icon": "asldkjf.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "webRequestBlocking",
        "background",
        "downloads",
        "storage",
        "tabs",
        "webRequest",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "bnjktghnsdfgh.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "css": [
                "css.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "nk_22.js"
            ]
        }
    ]
}