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.

什么是Google Play Music Tab Close Alarm?

Google Play Music Tab Close Alarm是由Robin Drexler开发的Chrome扩展程序,该扩展的主要功能是“When listening to music, you'll get a warning before you close the Play Music Tab. Never accidentally close it again.”。

扩展截图

screenshot

下载Google Play Music Tab Close Alarm扩展crx文件

下载Google Play Music Tab Close Alarm扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Google Play Music Tab Close Alarm Google Play Music Tab Close Alarm
ID ckclfldnjoefbibhhbdklbddhnehdgol
官方URL https://chromewebstore.google.com/detail/google-play-music-tab-clo/ckclfldnjoefbibhhbdklbddhnehdgol
简介 When listening to music, you'll get a warning before you close the Play Music Tab. Never accidentally close it again.
文件大小 50.85 KB
安装次数 941
当前版本 2015.13.5
更新时间 2015-05-13
上架时间 2015-05-13
评分 3.86/5 共22次评分
开发者 Robin Drexler
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}