Cloud Seeder
A chrome extension that helps you find and consume free downloads on SoundCIoud.com
What is Cloud Seeder?
Cloud Seeder is a Chrome extension developed by Unknown, and its main feature is "A chrome extension that helps you find and consume free downloads on SoundCIoud.com".
Extension Screenshots
Download Cloud Seeder Extension CRX File
Download Cloud Seeder 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
A chrome extension that helps you find and consume free downloads on SoundCIoud.com
Extension Basic Information
Name | Cloud Seeder |
ID | ddfgphdopgmpioljhdjlodlbogkeedla |
Official URL | https://chromewebstore.google.com/detail/cloud-seeder/ddfgphdopgmpioljhdjlodlbogkeedla |
Description | A chrome extension that helps you find and consume free downloads on SoundCIoud.com |
File Size | 115 KB |
Installation Count | 20 |
Current Version | 0.1 |
Last Updated | 2015-12-23 |
Publish Date | 2015-12-23 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |