Youtube Collector
Collect all Youtube URLs from current page and create a playlist.
Wat is Youtube Collector?
Youtube Collector is een Chrome-extensie ontwikkeld door Liviu Ungureanu, en de belangrijkste functie is "Collect all Youtube URLs from current page and create a playlist.".
Download het CRX-bestand van de extensie Youtube Collector
Download Youtube Collector-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
Generate an Youtube Playlist with all the Youtube URLs from current page.
Basisinformatie over de Extensie
Naam | |
ID | mmgjmgicmcffhbopcccmlphmecjdnajf |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-collector/mmgjmgicmcffhbopcccmlphmecjdnajf |
Beschrijving | Collect all Youtube URLs from current page and create a playlist. |
Bestandsgrootte | 6.46 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-08-07 |
Publicatiedatum | 2015-08-07 |
Ontwikkelaar | Liviu Ungureanu |
Betalingswijze | free |
Ondersteunde Talen | 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", " |