Resonance

Collect links from facebook group pages and turn or add them to a youtube playlist

Resonance là gì?

Resonance là một tiện ích mở rộng Chrome được phát triển bởi r.heygate.dev, và tính năng chính của nó là "Collect links from facebook group pages and turn or add them to a youtube playlist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Resonance

Tải xuống các tệp mở rộng Resonance dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Resonance Resonance
ID pahaeemkffdhpnhabiidgpjpggdiadpj
URL Chính Thức https://chromewebstore.google.com/detail/resonance/pahaeemkffdhpnhabiidgpjpggdiadpj
Mô tả Collect links from facebook group pages and turn or add them to a youtube playlist
Kích Thước Tệp 173 KB
Số Lần Cài Đặt 475
Phiên Bản Hiện Tại 2.1.5
Cập Nhật Lần Cuối 2018-02-15
Ngày Phát Hành 2018-02-15
Đánh Giá 4.78/5 Tổng số 36 Đánh Giá
Nhà Phát Triển r.heygate.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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",
        "",
        "http:\/\/gdata.youtube.com\/",
        "https:\/\/www.googleapis.com\/auth\/youtube",
        "https:\/\/accounts.google.com\/o\/oauth2\/token"
    ],
    "oauth2": {
        "client_id": "167349066843-a3alf4n9ks954i7ba9ndnfc1q88v7ld7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    },
    "web_accessible_resources": [
        "711.gif",
        "guitar-bg.jpg",
        "ajax-loader.gif"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com; object-src 'self' https:\/\/www.googleapis.com;",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-1.11.2.min.js",
            "background.min.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoxtq40op4FNy7cQaxByq\/o33jbHgCSMzVQTganTZiKyfKHDI6pZu\/h4qUapDsAZVWDnFSUz\/wnPdPav77IK7rd9AfdtKgSeS4JCaClRT3GvZr5+CWxEhgoQ8Z5J1CPCopSUR\/afBBHJcxE376cumc8fbikyZEN0RSYwqvPdTC4B+Vh+9Y4LJUBQWQef853ERkx1c4PWd8yDawISggrOJa9PZvE0P0kOwfWBoHSrKCYaSTl9PM\/gxEXEBFVoMzZqqHDsAyCh9Ft\/bKnkE48NJ6gxM9pdUciF+wWgv\/UiGLe8vzQ0Xw5N6BZmNYXtl1+33yczWHZxomo01h80BBXnJlwIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}