Google Play Music Tab Close Alarm

When listening to music, you'll get a warning before you close the Play Music Tab. Never accidentally close it again.

¿Qué es Google Play Music Tab Close Alarm?

Google Play Music Tab Close Alarm es una extensión de Chrome desarrollada por Robin Drexler, y su función principal es "When listening to music, you'll get a warning before you close the Play Music Tab. Never accidentally close it again.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Google Play Music Tab Close Alarm

Descarga archivos de extensión Google Play Music Tab Close Alarm 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

                        Update 2013-07-04
Now works with updated Google Play Music version

Ever accidentally closed the Google Play Music Tab while playing music?
That won't ever happen again. When you're listening to music and close the tab, this extension will warn you and give you a chance to abort :)

---
Privacy Statement
https://gist.github.com/robin-drexler/5233374/raw/b3d4d45ebe2ae992bbfc8650b9d861043560fd81/privacy+statement
---                    

Información Básica de la Extensión

Nombre Google Play Music Tab Close Alarm Google Play Music Tab Close Alarm
ID ckclfldnjoefbibhhbdklbddhnehdgol
URL Oficial https://chromewebstore.google.com/detail/google-play-music-tab-clo/ckclfldnjoefbibhhbdklbddhnehdgol
Descripción When listening to music, you'll get a warning before you close the Play Music Tab. Never accidentally close it again.
Tamaño del Archivo 50.85 KB
Cantidad de Instalaciones 941
Versión Actual 2015.13.5
Última Actualización 2015-05-13
Fecha de Publicación 2015-05-13
Calificación 3.86/5 Total de 22 Calificaciones
Desarrollador Robin Drexler
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Play Music Tab Close Alarm",
    "version": "2015.13.5",
    "icons": {
        "16": "\/img\/icons\/icon_16.png",
        "48": "\/img\/icons\/icon_48.png",
        "128": "\/img\/icons\/icon_128.png"
    },
    "description": "When listening to music, you'll get a warning before you close the Play Music Tab. Never accidentally close it again.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/music\/listen*"
            ],
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2
}