Youtube Collector

Collect all Youtube URLs from current page and create a playlist.

Cos'è Youtube Collector?

Youtube Collector è un'estensione di Chrome sviluppata da Liviu Ungureanu, e la sua funzione principale è "Collect all Youtube URLs from current page and create a playlist.".

Scarica il file CRX dell'estensione Youtube Collector

Scarica i file di estensione Youtube Collector 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

                        Generate an Youtube Playlist with all the Youtube URLs from current page.                    

Informazioni di Base sull'Estensione

Nome Youtube Collector Youtube Collector
ID mmgjmgicmcffhbopcccmlphmecjdnajf
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-collector/mmgjmgicmcffhbopcccmlphmecjdnajf
Descrizione Collect all Youtube URLs from current page and create a playlist.
Dimensione del File 6.46 KB
Conteggio Installazioni 18
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-08-07
Data di Pubblicazione 2015-08-07
Sviluppatore Liviu Ungureanu
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Collector",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Collect all Youtube URLs from current page and create a playlist.",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "scripts": [
            "init.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        ""
    ]
}