Skip to content

Commit

Permalink
bump version to 1.2, rebrand to "play-with"
Browse files Browse the repository at this point in the history
  • Loading branch information
grmat committed May 8, 2018
1 parent ceb2ac7 commit ab93b4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# open-with
# play-with

A simple WebExtension to play back media in an external player.

## Compatibilty

*open-with* was originally intended to use [mpv] via the [youtube-dl] hook for a long list of [supported sites]. However, it will also work with other media players with [M3U] support, e.g. VLC, for direct media URLs.
*play-with* was originally intended to use [mpv] via the [youtube-dl] hook for a long list of [supported sites]. However, it will also work with other media players with [M3U] support, e.g. VLC, for direct media URLs.

## About

There have been addons on [AMO] prior to the release of *open-with*, but they depend on [native-messaging]. This WebExtension is designed to work on its own, without the need to install native messaging software on the host.
There have been addons on [AMO] prior to the release of *play-with*, but they depend on [native-messaging]. This WebExtension is designed to work on its own, without the need to install native messaging software on the host.

This is achieved by creating a plain text file with the M3U header, paste the current link into it and open the downloaded M3U playlist in your preferred media player.

Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"description": "Play media on current URL in external application.",
"manifest_version": 2,
"name": "open-with",
"version": "1.1",
"name": "play-with",
"version": "1.2",

"background": {
"scripts": ["background.js"]
Expand Down

0 comments on commit ab93b4c

Please sign in to comment.