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 |
官方網址 | 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" ] } |