Psychill

Hours of Ambient Psychill music at the click of a button. Perfect for when studying or coding.

O que é Psychill?

Psychill é uma extensão do Chrome desenvolvida por https://www.innovativeape.com, e sua principal característica é "Hours of Ambient Psychill music at the click of a button. Perfect for when studying or coding. ".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Psychill

Baixe arquivos de extensão Psychill 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

                        While studying or coding it's nice to have some Psychill/Ambient music in the background.

With this extension instead of spending time away from your studies or coding to search and find music; just click the 'P' and hours of randomized Psychill music will open in another tab and start playing so you can focus on working. 

With no time wasted away from your code; it couldn't be easier to listen to ambient sci-fi background music to study to. 


MCP>> GREETINGS PROFESSOR FALKEN
MCP>> END OF LINE

Update: 12/14/2017

Added some new music choices and removed a couple dead links. 

Update: 09/14/2020

Added some new music choices and removed a couple dead links. 

Should anyone experience a dead link while using the program please email a copy of that link to the developer (me). Thank you.                    

Informações Básicas da Extensão

Nome Psychill Psychill
ID ohlnelfgpiaeboafejiomnkphekjbapp
URL Oficial https://chrome.google.com/webstore/detail/psychill/ohlnelfgpiaeboafejiomnkphekjbapp
Descrição Hours of Ambient Psychill music at the click of a button. Perfect for when studying or coding.
Tamanho do Arquivo 1.54 MB
Contagem de Instalações 63
Versão Atual 0.0.5
Última Atualização 2020-09-14
Data de Publicação 2018-02-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.innovativeape.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Psychill",
    "description": "Hours of Ambient Psychill music at the click of a button. Perfect for when studying or coding. ",
    "version": "0.0.5",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "script\/script.js"
        ],
        "persistent": false
    }
}