Save resources

Save resources to be accesible later

Cos'è Save resources?

Save resources è un'estensione di Chrome sviluppata da emily.a.poulou, e la sua funzione principale è "Save resources to be accesible later".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Save resources

Scarica i file di estensione Save resources in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Save resources Save resources
ID deplmjkmimapgmlfkidfabbbmokkmkkj
URL Ufficiale https://chrome.google.com/webstore/detail/save-resources/deplmjkmimapgmlfkidfabbbmokkmkkj
Descrizione Save resources to be accesible later
Dimensione del File 54.85 KB
Conteggio Installazioni 708
Versione Corrente 0.2.20
Ultimo Aggiornamento 2019-07-07
Data di Pubblicazione 2019-07-06
Valutazione 4.19/5 Totale 16 Valutazioni
Sviluppatore emily.a.poulou
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}