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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |