Psychill

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

什麼是Psychill?

Psychill是由https://www.innovativeape.com開發的Chrome擴展程式,該擴展的主要功能是“Hours of Ambient Psychill music at the click of a button. Perfect for when studying or coding. ”。

擴展截圖

screenshot

下載Psychill擴展crx文件

下載Psychill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Psychill Psychill
ID ohlnelfgpiaeboafejiomnkphekjbapp
官方網址 https://chrome.google.com/webstore/detail/psychill/ohlnelfgpiaeboafejiomnkphekjbapp
簡介 Hours of Ambient Psychill music at the click of a button. Perfect for when studying or coding.
檔案大小 1.54 MB
安裝次數 63
目前版本 0.0.5
更新時間 2020-09-14
上架時間 2018-02-22
評分 5.00/5 共 2 次評分
開發者 https://www.innovativeape.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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
    }
}