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ファイルをダウンロード

Follow My Sound拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}