Follow My Sound

Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag

Follow My Sound란 무엇입니까?

Follow My Sound은(는) Bi6o에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag"입니다.

확장 프로그램 스크린샷

screenshot

Follow My Sound 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension allows you to follow/unfollow and like/unlike all the artists on a SoundCloud page.

Open the page with all the follows/likes that you want, and simply click the corresponding button.

It also gives the option to search by tag B-)

This extension is now and forever free. Enjoy                    

확장 프로그램 기본 정보

이름 Follow My Sound Follow My Sound
ID einejcbfecadhnlkjjcajbakljbikocg
공식 URL https://chrome.google.com/webstore/detail/einejcbfecadhnlkjjcajbakljbikocg
설명 Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag
파일 크기 92.13 KB
설치 횟수 48
현재 버전 1.0
최근 업데이트 2019-03-29
출시 날짜 2019-03-29
개발자 Bi6o
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follow My Sound",
    "description": "Extension that allows to Follow\/Like all artists in any SoundCloud page, and search by tag",
    "version": "1.0",
    "permissions": [
        "tabs",
        "https:\/\/*.soundcloud.com\/*",
        "http:\/\/*.soundcloud.com\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/logo.png",
            "38": "images\/icons\/logo.png"
        },
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.premiumfirstcare.co.uk\/*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.soundcloud.com\/*"
            ],
            "js": [
                "GetFollowings.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons\/logo.png",
        "19": "images\/icons\/logo.png",
        "38": "images\/icons\/logo.png",
        "64": "images\/icons\/logo.png",
        "128": "images\/icons\/logo.png"
    }
}