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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that allows to Follow/Like all artists in any SoundCloud page, and search by tag"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Follow My Sound एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}