Seesu Music
Music search, player and meetings. Powered by last.fm and others.
Seesu Music란 무엇입니까?
Seesu Music은(는) https://seesu.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Music search, player and meetings. Powered by last.fm and others."입니다.
확장 프로그램 스크린샷
Seesu Music 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Uses vk.com (vkontakte.ru), soundcloud.com, ex.fm, last.fm and youtube.com to give you music player and meets. mp3 files search and listening torrents search Full search by artists, tags, tracks Scrobbling to last.fm Recommendations Loved tracks Artists albums Similar artists Fast search suggestions facebook page: http://www.facebook.com/pages/Seesu/121226521257270 vkontakte page: http://vkontakte.ru/seesu_users for opera and firefox: http://seesu.me/ Linux users must install "chromium-codecs-ffmpeg-nonfree" to play mp3 in Chrome
확장 프로그램 기본 정보
이름 | Seesu Music |
ID | nhonlochieibnkmfpombklkgjpkeckhi |
공식 URL | https://chromewebstore.google.com/detail/seesu-music/nhonlochieibnkmfpombklkgjpkeckhi |
설명 | Music search, player and meetings. Powered by last.fm and others. |
파일 크기 | 451 KB |
설치 횟수 | 929 |
현재 버전 | 4.98 |
최근 업데이트 | 2017-10-24 |
출시 날짜 | 2017-10-24 |
평점 | 4.77/5 총 531 개의 평점 |
개발자 | https://seesu.me |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://seesu.me/ |
도움말 페이지 URL | http://www.facebook.com/pages/Seesu/121226521257270 |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.98", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "browser_action": { "default_icon": { "19": "icons\/icon19.png" }, "default_title": "Seesu", "default_popup": "index.html" }, "background": { "page": "bg.html" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "permissions": [ "https:\/\/*.vk.com\/*", "http:\/\/*.vk.com\/*", "http:\/\/*.last.fm\/*", "http:\/\/*.audioscrobbler.com\/*", "http:\/\/api.soundcloud.com\/*", "http:\/\/*.nigma.ru\/*", "https:\/\/ajax.googleapis.com\/*", "http:\/\/gdata.youtube.com\/*", "http:\/\/*.isohunt.com\/*", "http:\/\/*.seesu.me\/*", "http:\/\/api.songkick.com\/*", "http:\/\/ex.fm\/api\/*", "http:\/\/developer.echonest.com\/api\/*", "http:\/\/hypem.com\/*", "https:\/\/api.discogs.com\/*", "https:\/\/api.mixcloud.com\/*", "http:\/\/pleer.net\/*" ], "content_security_policy": "script-src 'self'; object-src 'self' https:\/\/www.youtube.com\/v\/" } |