Music Roulette

A simple app that finds and plays music videos from YouTube

Music Rouletteคืออะไร?

Music Roulette เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jared M. Scott และคุณลักษณะหลักของมันคือ "A simple app that finds and plays music videos from YouTube"

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

screenshot
screenshot

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

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

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

                        Music Roulette is a simple Chrome extension that allows you to click a button and 
get a semi-random music video from YouTube. The app does not use any personal information, but does require a log in to be able to allow you to save videos to your own YouTube account.

Release History

1.0.1 | September 6, 2020
Update the Tab title to reflect the contents of the extension

1.0 | September 5, 2020
Added a roulette spinner to the app, allowing the user a little bit more fun while using the tool.

0.1 | September 4, 2020
Initial release of the application                    

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

ชื่อ Music Roulette Music Roulette
ID jjjhelkcifcpiofnaamjgeaannppoejc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/music-roulette/jjjhelkcifcpiofnaamjgeaannppoejc
คำอธิบาย A simple app that finds and plays music videos from YouTube
ขนาดไฟล์ 153 KB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2020-09-06
วันที่เผยแพร่ 2020-09-04
ผู้พัฒนา Jared M. Scott
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Music Roulette",
    "version": "1.0.1",
    "manifest_version": 2,
    "incognito": "split",
    "description": "A simple app that finds and plays music videos from YouTube",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArMvK\/vwm\/VgCxgol8RLKPQgEsnGh\/v78gRaXb5wPHkAKB3iFYogzOCR2TZYR4Vrkh5uEIkNfgDQ4XUW4vYmCTlypeuVlFBJxM0HGTtBxNW9x5wwHGh7I\/wtLh64gVqXQqS\/1HNet+2egojfc9QE5UoPXcc2Z3+xNceGAc27VC\/e\/ACREFXcpg\/993Ib7+qROYB5yoXCK2lJgaJ6ryuj8f5QaxIo8Yjfzy1fSVyHGLfLo+ZcBrzOdz0fiD4j\/tcv7GsMq79beEcyPrMuAQ5feYSPf0VVHR3xH32hsD9vxldVT5+WZc+lPa\/EOZU\/qKW22ntEIYu\/u0N5Zhqr57R41ywIDAQAB",
    "oauth2": {
        "client_id": "900938017335-jpaqa4r02mjulqk40dcsa7ejak7fbk8v.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.readonly"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-NrhH\/ps5CJV4jZfC+l7Q0FuDM+Zea2bP+sUEfF4F5PA=' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/apis.google.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ]
}