Soundgasm download button
Add a download button to soundgasm.net audio files.
Qu'est-ce que Soundgasm download button ?
Soundgasm download button est une extension Chrome développée par SamVK, et sa fonction principale est "Add a download button to soundgasm.net audio files.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Soundgasm download button
Téléchargez les fichiers d'extension Soundgasm download button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Soundgasm download button |
ID | cjeifmdoeaaikaecamnflombdjcmocja |
URL Officiel | https://chromewebstore.google.com/detail/soundgasm-download-button/cjeifmdoeaaikaecamnflombdjcmocja |
Description | Add a download button to soundgasm.net audio files. |
Taille du Fichier | 10.13 KB |
Nombre d'Installations | 10,693 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2022-03-29 |
Date de Publication | 2020-05-09 |
Évaluation | 4.75/5 Total 24 Évaluations |
Développeur | SamVK |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/samvk/soundnet-download-button |
URL de la Page d'Aide | https://samvk.com/contact |
URL de la Page de Politique de Confidentialité | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Langues Prises en Charge | 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" ] } ] } |