Parse Youtube Links and Create Playlist
Parse Youtube links in the current page and create a Youtube playlist.
Was ist Parse Youtube Links and Create Playlist?
Parse Youtube Links and Create Playlist ist eine Chrome-Erweiterung, die von Deepak entwickelt wurde, und ihr Hauptmerkmal ist "Parse Youtube links in the current page and create a Youtube playlist.".
Erweiterungsscreenshots
Parse Youtube Links and Create Playlist-Erweiterungs-CRX-Datei herunterladen
Laden Sie Parse Youtube Links and Create Playlist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension parses all Youtube links in the current page and creates a Youtube playlist.
Instructions:
- Visit the website you want to parse and create a Youtube playlist. (Eg: reddit.com/r/Music)
- Click the extension's icon next to the chrome address bar.
- Opens a new tab and creates a playlist on Youtube. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lelcdhabkkjhffonhfcfflbjaekdmege |
| Offizielle URL | https://chromewebstore.google.com/detail/parse-youtube-links-and-c/lelcdhabkkjhffonhfcfflbjaekdmege |
| Beschreibung | Parse Youtube links in the current page and create a Youtube playlist. |
| Dateigröße | 32.89 KB |
| Installationsanzahl | 725 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2018-03-01 |
| Veröffentlichungsdatum | 2018-03-01 |
| Bewertung | 3.70/5 Insgesamt 10 Bewertungen |
| Entwickler | Deepak |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Parse Youtube Links and Create Playlist",
"description": "Parse Youtube links in the current page and create a Youtube playlist.",
"version": "0.1",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon32.png",
"default_title": "Parse and Create Youtube playlist."
},
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
" | |