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'est-ce que Google Play Music Tab Close Alarm ?

Google Play Music Tab Close Alarm est une extension Chrome développée par Robin Drexler, et sa fonction principale est "When listening to music, you'll get a warning before you close the Play Music Tab. Never accidentally close it again.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Play Music Tab Close Alarm

Téléchargez les fichiers d'extension Google Play Music Tab Close Alarm 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

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

Informations de Base sur l'Extension

Nom Google Play Music Tab Close Alarm Google Play Music Tab Close Alarm
ID ckclfldnjoefbibhhbdklbddhnehdgol
URL Officiel https://chromewebstore.google.com/detail/google-play-music-tab-clo/ckclfldnjoefbibhhbdklbddhnehdgol
Description When listening to music, you'll get a warning before you close the Play Music Tab. Never accidentally close it again.
Taille du Fichier 50.85 KB
Nombre d'Installations 941
Version Actuelle 2015.13.5
Dernière Mise à Jour 2015-05-13
Date de Publication 2015-05-13
Évaluation 3.86/5 Total 22 Évaluations
Développeur Robin Drexler
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}