Follow My Sound

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

Apa itu Follow My Sound?

Follow My Sound adalah ekstensi Chrome yang dikembangkan oleh Bi6o, dan fitur utamanya adalah "Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Follow My Sound

Unduh file ekstensi Follow My Sound dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Follow My Sound Follow My Sound
ID einejcbfecadhnlkjjcajbakljbikocg
URL Resmi https://chrome.google.com/webstore/detail/einejcbfecadhnlkjjcajbakljbikocg
Deskripsi Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag
Ukuran File 92.13 KB
Jumlah Instalasi 48
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-03-29
Tanggal Publikasi 2019-03-29
Pengembang Bi6o
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}