Sequent
Creates a music playlist using YouTube links found on any webpage you a viewing
Wat is Sequent?
Sequent is een Chrome-extensie ontwikkeld door http://www.barryowens.net/sequent, en de belangrijkste functie is "Creates a music playlist using YouTube links found on any webpage you a viewing".
Extensie Screenshots
Download het CRX-bestand van de extensie Sequent
Download Sequent-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
Sequent allows you to create a music playlist from YouTube links found on any web page you are viewing. Some popular uses may include Facebook groups, SubReddits or music blogs. Simply download the extension, browse to the page you want to load links from. (try http://www.reddit.com/r/futurefunkairlines) Click the Sequent Icon and click create playlist. The YouTube links will be used to create a playlist you can play through.
Basisinformatie over de Extensie
Naam | |
ID | cmfdldodgpdfepjckfdfkekhahlndjgd |
Officiële URL | https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd |
Beschrijving | Creates a music playlist using YouTube links found on any webpage you a viewing |
Bestandsgrootte | 107 KB |
Aantal Installaties | 43 |
Huidige Versie | 0.0.0.7 |
Laatst Bijgewerkt | 2015-06-01 |
Publicatiedatum | 2015-06-01 |
Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | http://www.barryowens.net/sequent |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.barryowens.net/sequent/main.html |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sequent", "version": "0.0.0.7", "manifest_version": 2, "description": "Creates a music playlist using YouTube links found on any webpage you a viewing", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-1.7.2.js" ] } ], "web_accessible_resources": [ "playerBackground.js", "fonts\/Neou-Bold.ttf" ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |