Skip disliked music

This tiny extension skip song in google play music in case if it was disliked before

Skip disliked music क्या है?

Skip disliked music illia.pogodin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tiny extension skip song in google play music in case if it was disliked before"।

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

screenshot
screenshot

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

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

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

                        This application will skip disliked music in google music web application. 
Even if music playing in background = it will work. 
To use this application you should have: 
1. opened google music tab
2. activate checkbox once (reactivate checkbox only on google music page reloads)

P.S. you do not have to be on the google music tab once activating checkbox, just ensure that such tab presents.
special thanks to Drake for the awesome meme

sources are here : https://bitbucket.org/elias13/musicskip

I will improve this application, for now it is extremely raw (checkout the version).
On any issues occur, feel free to contact me via : 
email: [email protected],
telegram: @Ipogodin
or create issue in bitbucket, if you would like to: https://goo.gl/BDzt1m                    

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

नाम Skip disliked music Skip disliked music
ID cdobcohemmghfhnlconniolbcpdgfofc
आधिकारिक URL https://chromewebstore.google.com/detail/skip-disliked-music/cdobcohemmghfhnlconniolbcpdgfofc
विवरण This tiny extension skip song in google play music in case if it was disliked before
फ़ाइल का आकार 13.48 KB
स्थापना संख्या 11
वर्तमान संस्करण 0.0.0.3
अंतिम अपडेट 2018-01-04
प्रकाशन तिथि 2018-01-04
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर illia.pogodin
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.0.3",
    "icons": {
        "16": "skipdislike16.png",
        "48": "skipdislike48.png",
        "128": "skipdislike.png"
    },
    "browser_action": {
        "default_icon": "skipdislike.png",
        "default_popup": "popup.html",
        "default_title": "go"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "author": " Illia Pogodin "
}