Soundgasm download button
Add a download button to soundgasm.net audio files.
Soundgasm download button क्या है?
Soundgasm download button SamVK द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a download button to soundgasm.net audio files."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Soundgasm download button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | https://samvk.com/contact |
गोपनीयता नीति पृष्ठ URL | 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" ] } ] } |