Cloud Seeder
A chrome extension that helps you find and consume free downloads on SoundCIoud.com
Wat is Cloud Seeder?
Cloud Seeder is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A chrome extension that helps you find and consume free downloads on SoundCIoud.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Cloud Seeder
Download Cloud Seeder-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
A chrome extension that helps you find and consume free downloads on SoundCIoud.com
Basisinformatie over de Extensie
Naam | Cloud Seeder |
ID | ddfgphdopgmpioljhdjlodlbogkeedla |
Officiële URL | https://chromewebstore.google.com/detail/cloud-seeder/ddfgphdopgmpioljhdjlodlbogkeedla |
Beschrijving | A chrome extension that helps you find and consume free downloads on SoundCIoud.com |
Bestandsgrootte | 115 KB |
Aantal Installaties | 20 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-12-23 |
Publicatiedatum | 2015-12-23 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |