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.”。

扩展截图

screenshot
screenshot

下载Seesu Music扩展crx文件

下载Seesu Music扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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\/"
}