豆瓣FM-Downloader
下载豆瓣电台当前正在播放的歌曲
What is 豆瓣FM-Downloader?
豆瓣FM-Downloader is a Chrome extension developed by labyrlnth, and its main feature is "下载豆瓣电台当前正在播放的歌曲".
Extension Screenshots
Download 豆瓣FM-Downloader Extension CRX File
Download 豆瓣FM-Downloader 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
可以简单方便下载豆瓣电台当前正在播放的歌曲。 第一次安装时前几首歌有可能显示不出来,跳过几首歌就正常了。 联系作者:[email protected]
Extension Basic Information
Name | |
ID | iibleookpghpkbdjikhfilkgiodinpop |
Official URL | https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3fm-downloader/iibleookpghpkbdjikhfilkgiodinpop |
Description | 下载豆瓣电台当前正在播放的歌曲 |
File Size | 75.21 KB |
Installation Count | 43 |
Current Version | 0.3 |
Last Updated | 2014-04-21 |
Publish Date | 2014-04-21 |
Rating | 4.60/5 Total 5 Ratings |
Developer | labyrlnth |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u8c46\u74e3FM-Downloader", "version": "0.3", "description": "\u4e0b\u8f7d\u8c46\u74e3\u7535\u53f0\u5f53\u524d\u6b63\u5728\u64ad\u653e\u7684\u6b4c\u66f2", "icons": { "32": "icon\/icon_32.png", "48": "icon\/icon_48.png", "64": "icon\/icon_64.png", "128": "icon\/icon_128.png", "256": "icon\/icon_256.png" }, "permissions": [ "*:\/\/*.douban.com\/*", "*:\/\/douban.fm\/*", "webRequest", "webRequestBlocking", "tabs" ], "background": { "scripts": [ "javascripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.douban.fm\/*" ], "css": [ "styles\/inject.css" ], "js": [ "javascripts\/inject.js" ], "all_frames": true } ], "browser_action": { "default_icon": "icon\/icon.png", "default_popup": "html\/popup.html" } } |