Sequent
Creates a music playlist using YouTube links found on any webpage you a viewing
O que é Sequent?
Sequent é uma extensão do Chrome desenvolvida por http://www.barryowens.net/sequent, e sua principal característica é "Creates a music playlist using YouTube links found on any webpage you a viewing".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sequent
Baixe arquivos de extensão Sequent no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | cmfdldodgpdfepjckfdfkekhahlndjgd |
URL Oficial | https://chrome.google.com/webstore/detail/sequent/cmfdldodgpdfepjckfdfkekhahlndjgd |
Descrição | Creates a music playlist using YouTube links found on any webpage you a viewing |
Tamanho do Arquivo | 107 KB |
Contagem de Instalações | 43 |
Versão Atual | 0.0.0.7 |
Última Atualização | 2015-06-01 |
Data de Publicação | 2015-06-01 |
Classificação | 4.60/5 Total de 10 Avaliações |
Desenvolvedor | http://www.barryowens.net/sequent |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.barryowens.net/sequent/main.html |
Idiomas Suportados | 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" ] } |