Resonance
Collect links from facebook group pages and turn or add them to a youtube playlist
O que é Resonance?
Resonance é uma extensão do Chrome desenvolvida por r.heygate.dev, e sua principal característica é "Collect links from facebook group pages and turn or add them to a youtube playlist".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Resonance
Baixe arquivos de extensão Resonance 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
If you're a member of any Facebook music groups you can probably understand the annoyance that comes with trying to listen to songs by going back and forth. Endlessly clicking onto the next link. With Resonance this issue is removed. Resonance allows you to select a number of links and place them into either an existing Youtube playlist or a new one. Being able to listen to these songs in an endless stream has definitely made my music listening a lot easier and I'm happy to be able to share this with everyone. Instructions: 1) Go onto the Facebook group you would like to extract links on 2) Open the Resonance extension (The vinyl disk in your extensions bar) 3) Fill in the form and hit go Privacy Policy: As of version 1.4.6 Resonance now anonymously collects and stores the YouTube data that it extracts. Currently this is only confined to the video ID and the title. This is part of a new process of turning Resonance into a community whereby users will be able to see which songs are being extracted and are most popular. No personal data will be collected. Thanks UPDATE (22/11/2017) Its come to my attention that Resonance is no longer working. Currently I do not have the time to fix it but I am hoping to fix it before the new year. Thanks Robbie
Informações Básicas da Extensão
Nome | Resonance |
ID | pahaeemkffdhpnhabiidgpjpggdiadpj |
URL Oficial | https://chromewebstore.google.com/detail/resonance/pahaeemkffdhpnhabiidgpjpggdiadpj |
Descrição | Collect links from facebook group pages and turn or add them to a youtube playlist |
Tamanho do Arquivo | 173 KB |
Contagem de Instalações | 475 |
Versão Atual | 2.1.5 |
Última Atualização | 2018-02-15 |
Data de Publicação | 2018-02-15 |
Classificação | 4.78/5 Total de 36 Avaliações |
Desenvolvedor | r.heygate.dev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "manifest_version": 2, "name": "Resonance", "description": "Collect links from facebook group pages and turn or add them to a youtube playlist", "version": "2.1.5", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon-large.png", "128": "icon-large.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/robots.txt*" ], "css": [ "popStyle.css" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "identity", "tabs", "storage", " |