Follow My Sound

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

What is Follow My Sound?

Follow My Sound is a Chrome extension developed by Bi6o, and its main feature is "Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag".

Extension Screenshots

screenshot

Download Follow My Sound Extension CRX File

Download Follow My Sound extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Follow My Sound Follow My Sound
ID einejcbfecadhnlkjjcajbakljbikocg
Official URL https://chrome.google.com/webstore/detail/einejcbfecadhnlkjjcajbakljbikocg
Description Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag
File Size 92.13 KB
Installation Count 48
Current Version 1.0
Last Updated 2019-03-29
Publish Date 2019-03-29
Developer Bi6o
Payment Type free
Supported Languages 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"
    }
}