Pill

Listen to chill music from a browser extension.

Pillคืออะไร?

Pill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raiyanyahyadeveloper และคุณลักษณะหลักของมันคือ "Listen to chill music from a browser extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pill

ดาวน์โหลดไฟล์ส่วนขยาย Pill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Pill, a chrome extension that brings music to your browser with just one click. Designed to help users unwind and focus while browsing the web, this extension offers a seamless audio experience with minimal interaction required. Escape from the stress of your daily routine and create a calming atmosphere, whether you're working, studying, or simply taking a break.

FEATURES

Enhanced focus and productivity: The calming audio provided by Pill can help you concentrate and stay focused on your tasks, ultimately improving your productivity.

Easy
No need to search for music or open additional apps. Pill delivers a seamless experience with a simple play/pause button right in your browser.

Minimalism
The unobtrusive and clean interface of the extension ensures that it doesn't distract you from your work or browsing activities.

No Login
Enjoy a hassle-free experience without the need to sign up or log in. Pill is accessible to all users right away.

Offline
The audio file is stored within the extension, so you can enjoy the chill music even when you're not connected to the internet.

Fast
Pill is designed with performance in mind, ensuring that it doesn't slow down your browser or consume significant resources.

With Pill, you'll have a convenient and enjoyable way to reduce stress, boost your focus, and create the perfect ambiance for your browsing experience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pill Pill
ID pjaanflecogenaoiidnidoknfnmmbiob
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pill/pjaanflecogenaoiidnidoknfnmmbiob
คำอธิบาย Listen to chill music from a browser extension.
ขนาดไฟล์ 86.33 MB
จำนวนการติดตั้ง 430
เวอร์ชันปัจจุบัน 7.0.0
อัปเดตครั้งล่าสุด 2023-10-26
วันที่เผยแพร่ 2023-04-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา raiyanyahyadeveloper
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gist.github.com/raiyanyahya/be37064c17bc3c9d1a6795f14fa7331c
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pill",
    "description": "Listen to chill music from a browser extension.",
    "version": "7.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "offscreen"
    ],
    "background": {
        "service_worker": "background.js"
    }
}