Natosoft Music

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

Was ist Natosoft Music?

Natosoft Music ist eine Chrome-Erweiterung, die von https://natosoft.co entwickelt wurde, und ihr Hauptmerkmal ist "Play the best music from the worlds largest music database from Natosoft Music. Go to http://music.natosoft.tk/ for more info".

Erweiterungsscreenshots

screenshot

Natosoft Music-Erweiterungs-CRX-Datei herunterladen

Laden Sie Natosoft Music-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Natosoft Music Natosoft Music
ID amagpoobompcaljlbgnigpeephknpgif
Offizielle URL https://chromewebstore.google.com/detail/natosoft-music/amagpoobompcaljlbgnigpeephknpgif
Beschreibung Play the best music from the worlds largest music database from Natosoft Music. Go to http://music.natosoft.tk/ for more info
Dateigröße 1.19 MB
Installationsanzahl 115
Aktuelle Version 1.3.8
Letztes Update 2017-03-04
Veröffentlichungsdatum 2017-03-03
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://natosoft.co
Zahlungsart free
Erweiterungswebsite http://natosoft.co
Hilfeseite URL http://natosoft.co
Unterstützte Sprachen 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\/*"
    ]
}