douban FM lyric && download

display the lyric and download douban FM songs

What is douban FM lyric && download?

douban FM lyric && download is a Chrome extension developed by Unknown, and its main feature is "display the lyric and download douban FM songs".

Extension Screenshots

screenshot

Download douban FM lyric && download Extension CRX File

Download douban FM lyric && download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension will help you display lyric in douban.fm. And it also provide a download link for you. Lots of extra optimization is included also.

滚动显示douban,fm的歌词, 下载链接。以及添加各种优化。                    

Extension Basic Information

Name douban FM lyric && download douban FM lyric && download
ID afkkjdpkeiifbkoloelcbfagoglegpoa
Official URL https://chromewebstore.google.com/detail/douban-fm-lyric-download/afkkjdpkeiifbkoloelcbfagoglegpoa
Description display the lyric and download douban FM songs
File Size 229 KB
Installation Count 10
Current Version 3.0.1
Last Updated 2014-05-16
Publish Date 2014-05-16
Rating 3.33/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "douban FM lyric && download",
    "version": "3.0.1",
    "manifest_version": 2,
    "description": "display the lyric and download douban FM songs",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery-1.8.3.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/douban.fm\/"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "myscript.js",
                "jquery.scrollTo.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "inHTMLScript.js",
        "inHTMLCSS.css"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/douban.fm\/",
        "http:\/\/*.douban.com\/*",
        "*:\/\/*.baidu.com\/*"
    ]
}