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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play the best music from the worlds largest music database from Natosoft Music. Go to http://music.natosoft.tk/ for more info"입니다.
확장 프로그램 스크린샷
Natosoft Music 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |