Resonance
Collect links from facebook group pages and turn or add them to a youtube playlist
Resonance란 무엇입니까?
Resonance은(는) r.heygate.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect links from facebook group pages and turn or add them to a youtube playlist"입니다.
확장 프로그램 스크린샷
Resonance 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Resonance |
ID | pahaeemkffdhpnhabiidgpjpggdiadpj |
공식 URL | https://chromewebstore.google.com/detail/resonance/pahaeemkffdhpnhabiidgpjpggdiadpj |
설명 | Collect links from facebook group pages and turn or add them to a youtube playlist |
파일 크기 | 173 KB |
설치 횟수 | 475 |
현재 버전 | 2.1.5 |
최근 업데이트 | 2018-02-15 |
출시 날짜 | 2018-02-15 |
평점 | 4.78/5 총 36 개의 평점 |
개발자 | r.heygate.dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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", " |