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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}