remoteOne

Enables controlling audio / video media (i.e. Youtube, Spotify, SoundCloud and more) across all tabs with a single button

Qu'est-ce que remoteOne ?

remoteOne est une extension Chrome développée par maliniak, et sa fonction principale est "Enables controlling audio / video media (i.e. Youtube, Spotify, SoundCloud and more) across all tabs with a single button".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension remoteOne

Téléchargez les fichiers d'extension remoteOne 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

                        It can play, pause, go to next or previous songs on all supported sites.

Comes in handy when someone sends you, say, a Youtube video link and you happen to be listening to Spotify at the moment - just hit the appropriate button to pause Spotify without need to switch through the tabs. When you are done with that funny YT cats compilation video, you can simply resume your music :)

It is also open source:
https://github.com/maliniakh/remoteOne

Supported sites:
- Youtube
- Spotify
- SoundCloud
- Mixcloud                    

Informations de Base sur l'Extension

Nom remoteOne remoteOne
ID hmkoiabojmciofgiednpjdkfkbfojnki
URL Officiel https://chrome.google.com/webstore/detail/remoteone/hmkoiabojmciofgiednpjdkfkbfojnki
Description Enables controlling audio / video media (i.e. Youtube, Spotify, SoundCloud and more) across all tabs with a single button
Taille du Fichier 516 KB
Nombre d'Installations 125
Version Actuelle 1.3
Dernière Mise à Jour 2017-03-19
Date de Publication 2017-03-19
Évaluation 4.86/5 Total 14 Évaluations
Développeur maliniak
Type de Paiement free
Site Web de l'Extension https://github.com/maliniakh/remoteOne
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "remoteOne",
    "description": "Enables controlling audio \/ video media (i.e. Youtube, Spotify, SoundCloud and more) across all tabs with a single button",
    "version": "1.3",
    "browser_action": {
        "default_icon": "img\/remoteOne19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "bookmarks",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/jquery-2.1.4.min.js",
                "lib\/purl.js",
                "lib\/jquery.waitForElement.js",
                "sites\/site.js",
                "sites\/youtube.js",
                "sites\/soundcloud.js",
                "sites\/mixcloud.js",
                "sites\/spotify.js",
                "sites\/mynoise.js",
                "content-script.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/soundcloud.com\/*",
                "https:\/\/www.mixcloud.com\/*",
                "https:\/\/play.spotify.com\/*",
                "http:\/\/mynoise.net\/NoiseMachines\/*"
            ]
        }
    ]
}