Cloud Seeder
A chrome extension that helps you find and consume free downloads on SoundCIoud.com
什么是Cloud Seeder?
Cloud Seeder是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that helps you find and consume free downloads on SoundCIoud.com”。
扩展截图
下载Cloud Seeder扩展crx文件
下载Cloud Seeder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A chrome extension that helps you find and consume free downloads on SoundCIoud.com
扩展基本信息
名称 | Cloud Seeder |
ID | ddfgphdopgmpioljhdjlodlbogkeedla |
官方URL | https://chromewebstore.google.com/detail/cloud-seeder/ddfgphdopgmpioljhdjlodlbogkeedla |
简介 | A chrome extension that helps you find and consume free downloads on SoundCIoud.com |
文件大小 | 115 KB |
安装次数 | 20 |
当前版本 | 0.1 |
更新时间 | 2015-12-23 |
上架时间 | 2015-12-23 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud Seeder", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ], "css": [ "content.css" ] } ], "page_action": { "default_icon": "icon.png", "default_title": "Cloud Seeder: download stuff without trying too hard." }, "background": { "scripts": [ "jquery-2.1.4.min.js", "background.js", "content.js" ] }, "permissions": [ "storage", "tabs" ] } |