Soundgasm download button
Add a download button to soundgasm.net audio files.
ما هو Soundgasm download button؟
Soundgasm download button هو إضافة Chrome تم تطويرها بواسطة SamVK، والميزة الرئيسية لها هي "Add a download button to soundgasm.net audio files.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Soundgasm download button
قم بتنزيل ملفات الامتداد Soundgasm download button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Soundgasm download button provides an easy way for users to download their favorite soundgasm.net audio files by providing a button to download the audio file with its track name and the artist's username included.
معلومات أساسية عن التمديد
الاسم | Soundgasm download button |
ID | cjeifmdoeaaikaecamnflombdjcmocja |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/soundgasm-download-button/cjeifmdoeaaikaecamnflombdjcmocja |
الوصف | Add a download button to soundgasm.net audio files. |
حجم الملف | 10.13 KB |
عدد التثبيتات | 10,693 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2022-03-29 |
تاريخ النشر | 2020-05-09 |
تقييم | 4.75/5 مجموع تقييمات 24 |
المطور | SamVK |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/samvk/soundnet-download-button |
عنوان صفحة المساعدة | https://samvk.com/contact |
عنوان صفحة سياسة الخصوصية | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Soundgasm download button", "manifest_version": 2, "version": "1.2.2", "description": "Add a download button to soundgasm.net audio files.", "author": "Sam Kauffman (SamVK)", "icons": { "16": "img\/icon\/icon-16.png", "48": "img\/icon\/icon-48.png", "128": "img\/icon\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.soundgasm.net\/u\/*\/*" ], "css": [ "style.css" ], "js": [ "script.js" ] }, { "matches": [ "https:\/\/media.soundgasm.net\/sounds\/*" ], "css": [ "media.css" ], "js": [ "media.js" ] } ] } |