douban FM lyric && download
display the lyric and download douban FM songs
Was ist douban FM lyric && download?
douban FM lyric && download ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "display the lyric and download douban FM songs".
Erweiterungsscreenshots
douban FM lyric && download-Erweiterungs-CRX-Datei herunterladen
Laden Sie douban FM lyric && download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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的歌词, 下载链接。以及添加各种优化。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | afkkjdpkeiifbkoloelcbfagoglegpoa |
| Offizielle URL | https://chromewebstore.google.com/detail/douban-fm-lyric-download/afkkjdpkeiifbkoloelcbfagoglegpoa |
| Beschreibung | display the lyric and download douban FM songs |
| Dateigröße | 229 KB |
| Installationsanzahl | 10 |
| Aktuelle Version | 3.0.1 |
| Letztes Update | 2014-05-16 |
| Veröffentlichungsdatum | 2014-05-16 |
| Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |