Go to Downloads

One click to your downloads

Wat is Go to Downloads?

Go to Downloads is een Chrome-extensie ontwikkeld door vkrepa, en de belangrijkste functie is "One click to your downloads".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Go to Downloads

Download Go to Downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension adds the button Downloads on your control panel. Now you can manage your downloads in one click.                    

Basisinformatie over de Extensie

Naam Go to Downloads Go to Downloads
ID ginfoceafejgiojoiomkmcdgimgagdal
Officiële URL https://chromewebstore.google.com/detail/go-to-downloads/ginfoceafejgiojoiomkmcdgimgagdal
Beschrijving One click to your downloads
Bestandsgrootte 15.35 KB
Aantal Installaties 1,314
Huidige Versie 2
Laatst Bijgewerkt 2014-10-17
Publicatiedatum 2014-10-17
Beoordeling 4.00/5 Totaal 2 Beoordelingen
Ontwikkelaar vkrepa
Betalingswijze free
URL van de Privacybeleid Pagina https://flashplaylist.com/privacy.html
Ondersteunde Talen en-US
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        }
    },
    "description": "One click to your downloads",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Go to Downloads",
    "short_name": "Downloads",
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2"
}