Download My Youtube Subscriptions

Download My Youtube Subscriptions

Cos'è Download My Youtube Subscriptions?

Download My Youtube Subscriptions è un'estensione di Chrome sviluppata da Invex, e la sua funzione principale è "Download My Youtube Subscriptions".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Download My Youtube Subscriptions

Scarica i file di estensione Download My Youtube Subscriptions 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

                        * Export your YouTube subscriptions to an HTML file with one click. 

* The automatically downloaded html file can be shared by email.                    

Informazioni di Base sull'Estensione

Nome Download My Youtube Subscriptions Download My Youtube Subscriptions
ID dnemofhfmngncanaemmdnohjicnhjagb
URL Ufficiale https://chromewebstore.google.com/detail/download-my-youtube-subsc/dnemofhfmngncanaemmdnohjicnhjagb
Descrizione Download My Youtube Subscriptions
Dimensione del File 41.23 KB
Conteggio Installazioni 4,420
Versione Corrente 1.0
Ultimo Aggiornamento 2017-04-18
Data di Pubblicazione 2017-04-17
Valutazione 2.22/5 Totale 9 Valutazioni
Sviluppatore Invex
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download My Youtube Subscriptions",
    "description": "Download My Youtube Subscriptions",
    "version": "1.0",
    "icons": {
        "16": "icon_small.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "cs.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}