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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |