StoPlay

A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.

¿Qué es StoPlay?

StoPlay es una extensión de Chrome desarrollada por https://stoplay.github.io, y su función principal es "A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión StoPlay

Descarga archivos de extensión StoPlay en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        When you listen to music online with different services, at times it can be difficult to find the needed tab and then the pause button there. It also very cool when you open another video and music stops automatically for you to watch the video.

Support:
- di.fm
- Spotify
- YouTube
- Udemy
- takflix
- others (see full list on our site)


We just needed this feature in the browser. When you listen to music online with different services, at times it can be difficult to find the needed tab and then the pause button there. It also very cool when you open another video and music stops automatically for you to watch the video.                    

Información Básica de la Extensión

Nombre StoPlay StoPlay
ID blpgndhojbofkbjpkmfhgbcnndcoadgo
URL Oficial https://chromewebstore.google.com/detail/stoplay/blpgndhojbofkbjpkmfhgbcnndcoadgo
Descripción A free Google Chrome extension to stop/play music playing in your web-browser via popular streaming services.
Tamaño del Archivo 38.86 KB
Cantidad de Instalaciones 320
Versión Actual 1.1.75
Última Actualización 2022-11-01
Fecha de Publicación 2019-10-11
Calificación 4.50/5 Total de 16 Calificaciones
Desarrollador https://stoplay.github.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://stoplay.github.io/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StoPlay",
    "short_name": "StoPlay",
    "homepage_url": "http:\/\/stoplay.github.io\/",
    "version": "1.1.75",
    "author": [
        {
            "name": "Alex Karpov",
            "email": "[email protected]"
        },
        {
            "name": "Alex Buznik",
            "email": "[email protected]"
        },
        {
            "name": "Sergey Lysenko",
            "email": "[email protected]"
        },
        {
            "name": "Lorans Chirko",
            "email": "[email protected]"
        }
    ],
    "description": "A free Google Chrome extension to stop\/play music playing in your web-browser via popular streaming services.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_title": "StoPlay",
        "default_icon": "img\/icon128.png"
    },
    "commands": {
        "toggle-feature": {
            "description": "Stop\/Play shortcut",
            "global": true
        }
    },
    "options_ui": {
        "page": "dist\/options\/index.html",
        "chrome_style": true
    }
}