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.
O que é Google Play Music Tab Close Alarm?
Google Play Music Tab Close Alarm é uma extensão do Chrome desenvolvida por Robin Drexler, e sua principal característica é "When listening to music, you'll get a warning before you close the Play Music Tab. Never accidentally close it again.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Play Music Tab Close Alarm
Baixe arquivos de extensão Google Play Music Tab Close Alarm no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 ---
Informações Básicas da Extensão
Nome | Google Play Music Tab Close Alarm |
ID | ckclfldnjoefbibhhbdklbddhnehdgol |
URL Oficial | https://chromewebstore.google.com/detail/google-play-music-tab-clo/ckclfldnjoefbibhhbdklbddhnehdgol |
Descrição | When listening to music, you'll get a warning before you close the Play Music Tab. Never accidentally close it again. |
Tamanho do Arquivo | 50.85 KB |
Contagem de Instalações | 941 |
Versão Atual | 2015.13.5 |
Última Atualização | 2015-05-13 |
Data de Publicação | 2015-05-13 |
Classificação | 3.86/5 Total de 22 Avaliações |
Desenvolvedor | Robin Drexler |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |