Shared Music

Add shared music to your video calls.

Shared Musicคืออะไร?

Shared Music เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://markokolombo.dev และคุณลักษณะหลักของมันคือ "Add shared music to your video calls."

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

screenshot
screenshot

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

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

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

                        This Chrome™ extension improves Google Meet™ adding the capability to listen to the same music in real time with the other call's participants. 

You can listen together to music directly from YouTube™, from a link to an mp3 file, or directly uploading from your local disk!

PREMIUM FEATURE
You can share the audio stream from any tab or window, even from other applications (Spotify, Discord, etc.)!

Please note that EVERYBODY in the meeting must have the extension installed for it to work!

HOW TO USE
After installation, a new button will be added in your Google Meet™️ button bar. 
Clicking on that, the sidebar will open; in the "shared music" section you'll see an input box, where you can paste a YouTube™️ URL (also the video will be shown as per YouTube™️ policy), or a URL to an mp3 file, or upload the audio file from your PC.
The music will be played simultaneously for the other participants, who can also regulate the volume or pause the music.
Please check the "status" tab to see who's connected (this should happen automatically), only the connected users will be able to hear the music. 
If someone's missing from the list (and doesn't hear the music), everybody should refresh, this helps in the majority of cases. Bad connections or slow PCs can heavily affect the performance of the addon.                    

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

ชื่อ Shared Music Shared Music
ID mhcgfnngjjnaagcopajljmeikeikbkji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shared-music/mhcgfnngjjnaagcopajljmeikeikbkji
คำอธิบาย Add shared music to your video calls.
ขนาดไฟล์ 509 KB
จำนวนการติดตั้ง 1,463
เวอร์ชันปัจจุบัน 2.0.7
อัปเดตครั้งล่าสุด 2023-06-21
วันที่เผยแพร่ 2021-08-05
คะแนน 1.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://markokolombo.dev
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://marko.kolombo.dev
URL หน้าช่วยเหลือ https://marko.kolombo.dev
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/8feb780e-bddd-4c5f-bf71-15ab8241ef02
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/discord.com\/*"
            ],
            "css": [
                "libraries\/tailwind.min.css",
                "libraries\/animate.css",
                "commons.1c4b4904.css",
                "fonts.87af9dfd.css"
            ]
        },
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "initMeet.82e01455.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*",
                "https:\/\/discord.com\/*"
            ],
            "resources": [
                "extension\/web_accessible_resources\/index.js",
                "extension\/web_accessible_resources\/storeUserEmail.js",
                "settings\/credits.js",
                "assets\/img\/logo.png",
                "assets\/img\/ua.svg",
                "assets\/img\/navbar\/account.svg",
                "assets\/img\/navbar\/cam-effects-2.svg",
                "assets\/img\/navbar\/cam-effects.svg",
                "assets\/img\/navbar\/close.svg",
                "assets\/img\/navbar\/connection-error.svg",
                "assets\/img\/navbar\/connection-off.svg",
                "assets\/img\/navbar\/connection-on.svg",
                "assets\/img\/navbar\/music-sharing.svg",
                "assets\/img\/navbar\/settings.svg",
                "libraries\/animate.css",
                "libraries\/custom-elements.min.js",
                "libraries\/localforage.nopromises.min.js",
                "libraries\/tailwind.min.css",
                "libraries\/widgetapi-fixed.js"
            ]
        }
    ],
    "name": "Shared Music",
    "version": "2.0.7",
    "version_name": "2.0.7",
    "description": "Add shared music to your video calls."
}