豆瓣FM-Downloader
下载豆瓣电台当前正在播放的歌曲
Wat is 豆瓣FM-Downloader?
豆瓣FM-Downloader is een Chrome-extensie ontwikkeld door labyrlnth, en de belangrijkste functie is "下载豆瓣电台当前正在播放的歌曲".
Extensie Screenshots
Download het CRX-bestand van de extensie 豆瓣FM-Downloader
Download 豆瓣FM-Downloader-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
可以简单方便下载豆瓣电台当前正在播放的歌曲。 第一次安装时前几首歌有可能显示不出来,跳过几首歌就正常了。 联系作者:[email protected]
Basisinformatie over de Extensie
Naam | |
ID | iibleookpghpkbdjikhfilkgiodinpop |
Officiële URL | https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3fm-downloader/iibleookpghpkbdjikhfilkgiodinpop |
Beschrijving | 下载豆瓣电台当前正在播放的歌曲 |
Bestandsgrootte | 75.21 KB |
Aantal Installaties | 43 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2014-04-21 |
Publicatiedatum | 2014-04-21 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | labyrlnth |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |