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
官方網址 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
}