Cloud Seeder
A chrome extension that helps you find and consume free downloads on SoundCIoud.com
Cloud Seederคืออะไร?
Cloud Seeder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A chrome extension that helps you find and consume free downloads on SoundCIoud.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud Seeder
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |