HideCloud

Use this extension to hide soundcloud tracks in your stream

HideCloud क्या है?

HideCloud jbwilliams1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use this extension to hide soundcloud tracks in your stream"।

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

screenshot

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

crx प्रारूप में HideCloud एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sometimes really crappy tracks show up in your stream. Use this to hide & skip them. Stores locally, will not transfer over to another computer. (Yet.) 

11/12/15 - Added a hidden tracks list. Made hidecloud opensource @ https://github.com/lagwagon/hidecloud. Feel free to contribute! 

11/15/2015 - Added unhide all button. Improved performance significantly. Fixed bug where hiding most of the top songs in your stream left your stream broken.

1/22/2016  - Soundcloud attempted to obfuscate track data to some extent. Updated to return application to normal operation

6/14/2017  - Fixed skip track issue thanks to Paul Ivan (https://github.com/PaulIvan). Thanks for contributing Paul!                    

एक्सटेंशन की मूल जानकारी

नाम HideCloud HideCloud
ID mmjajljpddigkmcakknalheflngnngjo
आधिकारिक URL https://chrome.google.com/webstore/detail/hidecloud/mmjajljpddigkmcakknalheflngnngjo
विवरण Use this extension to hide soundcloud tracks in your stream
फ़ाइल का आकार 2.72 MB
स्थापना संख्या 40
वर्तमान संस्करण 3.2
अंतिम अपडेट 2017-06-14
प्रकाशन तिथि 2017-06-14
रेटिंग 4.64/5 कुल 11 रेटिंग्स
डेवलपर jbwilliams1
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/lagwagon/hidecloud
समर्थित भाषाएँ en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "data\/jquery.js",
                "data\/hidecloud.js"
            ],
            "css": [
                "data\/hidecloud.css"
            ],
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ]
        }
    ],
    "description": "Use this extension to hide soundcloud tracks in your stream",
    "icons": {
        "128": "data\/icon-128.png",
        "48": "data\/icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmuk+RsbipHaOeX0yS+BISRg25wH2PJ0kTpqosxqIDqdp3nEkvlz8VBH2MQcFUxBrfvGrS5TH5llHRS1AyCrSRS+9bSnfABnpKLcce0DG93fXmKDZFmWT72LunmAsCTr64EN4l3jTqUc8iToZMDVh+YCPxoi4fg2njm\/SigXXfnTeiWuzJmjoYj7m39BMQrdtyJgyXzjHyya4cmHLs9SFPcpmMaTKVvoIFOrImQMgPJ2Nf+lz1MfBRymct6bf6zlYO7MpGoqE+RJlizwu9P+96t0jeTDk8iHUC9Vd3j8e6R2EoM9yKjUkkIdE46phAqs1RJsvP2vFxw0OKGViG4P0CQIDAQAB",
    "manifest_version": 2,
    "name": "HideCloud",
    "permissions": [
        "tabs",
        "https:\/\/soundcloud.com\/stream"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2"
}