Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)