Psychill

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

Psychill là gì?

Psychill là một tiện ích mở rộng Chrome được phát triển bởi https://www.innovativeape.com, và tính năng chính của nó là "Hours of Ambient Psychill music at the click of a button. Perfect for when studying or coding. ".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Psychill

Tải xuống các tệp mở rộng Psychill dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Psychill Psychill
ID ohlnelfgpiaeboafejiomnkphekjbapp
URL Chính Thức https://chrome.google.com/webstore/detail/psychill/ohlnelfgpiaeboafejiomnkphekjbapp
Mô tả Hours of Ambient Psychill music at the click of a button. Perfect for when studying or coding.
Kích Thước Tệp 1.54 MB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2020-09-14
Ngày Phát Hành 2018-02-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.innovativeape.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}