Natosoft Music

Play the best music from the worlds largest music database from Natosoft Music. Go to http://music.natosoft.tk/ for more info

Natosoft Music क्या है?

Natosoft Music https://natosoft.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play the best music from the worlds largest music database from Natosoft Music. Go to http://music.natosoft.tk/ for more info"।

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

screenshot

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

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

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

                        Natosoft Music is a Natosoft Web App that we have expanded to a browser extension, this gives you the power of a native app but all the benefits if it being simply in your browser.                    

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

नाम Natosoft Music Natosoft Music
ID amagpoobompcaljlbgnigpeephknpgif
आधिकारिक URL https://chromewebstore.google.com/detail/natosoft-music/amagpoobompcaljlbgnigpeephknpgif
विवरण Play the best music from the worlds largest music database from Natosoft Music. Go to http://music.natosoft.tk/ for more info
फ़ाइल का आकार 1.19 MB
स्थापना संख्या 115
वर्तमान संस्करण 1.3.8
अंतिम अपडेट 2017-03-04
प्रकाशन तिथि 2017-03-03
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://natosoft.co
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://natosoft.co
सहायता पृष्ठ URL http://natosoft.co
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Natosoft Music"
    },
    "commands": {
        "next": {
            "description": "Play the next track",
            "global": true,
            "suggested_key": {
                "default": "Alt+N",
                "mac": "MediaNextTrack"
            }
        },
        "playpause": {
            "description": "Play\/Pause the playing track",
            "global": true,
            "suggested_key": {
                "default": "Alt+P",
                "mac": "MediaPlayPause"
            }
        },
        "previous": {
            "description": "Play the previous track",
            "global": true,
            "suggested_key": {
                "default": "Alt+Shift+N",
                "mac": "MediaPrevTrack"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [],
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.soundcloud.com\/*",
                "*:\/\/suggestqueries.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/api-v2.soundcloud.com; object-src 'self'",
    "default_locale": "en",
    "description": "Play the best music from the worlds largest music database from Natosoft Music. Go to http:\/\/music.natosoft.tk\/ for more info",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "Natosoft Music",
    "oauth2": {
        "client_id": "393554771612-pgq8aevpbcd33qrdd3veaqg0d2jvqqfv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "notifications",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.ytimg.com\/*",
        "*:\/\/*.sndcdn.com\/*",
        "http:\/\/api.getsoundcloudify.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.8",
    "web_accessible_resources": [
        "images\/*"
    ]
}