Playstream

Stream your favorite music from aroud the web

Playstreamคืออะไร?

Playstream เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://playstream.online และคุณลักษณะหลักของมันคือ "Stream your favorite music from aroud the web"

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

screenshot

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

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

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

                        Listen to music online.

Search for you favorite music using Playstream the Extension that helps you listen to the song you want when you want it.

Playstream is an easy to use default search extension
By installing this extension, Playstream will change your Chrome Default Search.

How to use Playstream?
Just type ‘play’ in your browser address bar, hit  and press . 
In the Playstream homepage search for any song you like or choose one of Today's Favorites. 

Following these steps, you will be able to: 

- Listen to songs you love
- Be updated on the hot new music
- Enjoy a search tool

Playstream is free to download from the Chrome Web Store.

Some important information for you:
- By clicking on the 'Add to Chrome' button and installing Playstream, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
- You may remove or disable this extension anytime.
- For our data processing practices we recommend you review our privacy policy available at: http://playstream.online/privacy
- Review our Terms of Service: http://playstream.online/terms

Contact us! We’d love to hear from you: [email protected]                    

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

ชื่อ Playstream Playstream
ID binkajobibgdihkfgdbolojicoppdcmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/playstream/binkajobibgdihkfgdbolojicoppdcmd
คำอธิบาย Stream your favorite music from aroud the web
ขนาดไฟล์ 58.41 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-05-28
วันที่เผยแพร่ 2019-05-28
ผู้พัฒนา https://playstream.online
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playstream",
    "short_name": "Playstream",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Stream your favorite music from aroud the web",
    "icons": {
        "256": "icons\/256.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "browser_action": {
        "default_icon": "icons\/256.png",
        "default_title": "Playstream"
    },
    "omnibox": {
        "keyword": "play",
        "url": "https:\/\/playstream.online"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "persistent": true,
        "page": "bg.html"
    }
}