Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yantonov/gaudio
Chrome extension that helps you to extract links to audio files from the web page
https://github.com/yantonov/gaudio
chrome-extension parsing
Last synced: 23 days ago
JSON representation
Chrome extension that helps you to extract links to audio files from the web page
- Host: GitHub
- URL: https://github.com/yantonov/gaudio
- Owner: yantonov
- Created: 2022-05-08T21:28:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T20:27:08.000Z (3 months ago)
- Last Synced: 2024-10-24T23:28:03.702Z (2 months ago)
- Topics: chrome-extension, parsing
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gaudio
Firefox/Chrome extension that helps you to extract links to audio files from the web page.
# Table of contents
1. [Motivation](#motivation)
2. [How to](#how-to)
1. [Chrome](#chrome)
2. [Firefox](#firefox)
3. [Links](#links)## Motivation
Many podcast sites don't provide direct links to the audio files.
For example, you want to download the file and listen to it using a custom player or upload later to your mobile phone and listen there.
This extension allows you to get a direct link to the audio file.## How to
### Chrome
1. Clone this repository to a local folder.
2. Open the Chrome extension page and turn on "Developer mode"
3. Select "Load Unpacked" (extension) and point it to the extension folder (1) - and you are done!### Firefox
1. Clone this repository to a local folder.
2. Open the "about:debugging#/runtime/this-firefox" page
3. Click on "Load temporary Add-on..." button and select random file inside the extension directore
#### Links
1. Firefox [documentation](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension)
2. Chrome [documentation](https://developer.chrome.com/docs/extensions/)