douban FM lyric && download

display the lyric and download douban FM songs

Wat is douban FM lyric && download?

douban FM lyric && download is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "display the lyric and download douban FM songs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie douban FM lyric && download

Download douban FM lyric && download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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的歌词, 下载链接。以及添加各种优化。                    

Basisinformatie over de Extensie

Naam douban FM lyric && download douban FM lyric && download
ID afkkjdpkeiifbkoloelcbfagoglegpoa
Officiële URL https://chromewebstore.google.com/detail/douban-fm-lyric-download/afkkjdpkeiifbkoloelcbfagoglegpoa
Beschrijving display the lyric and download douban FM songs
Bestandsgrootte 229 KB
Aantal Installaties 10
Huidige Versie 3.0.1
Laatst Bijgewerkt 2014-05-16
Publicatiedatum 2014-05-16
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}