Spotify Friend Activity

View Your Friends Activity On Spotify Web Player

Spotify Friend Activityคืออะไร?

Spotify Friend Activity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spotifyfriendactivity.com และคุณลักษณะหลักของมันคือ "View Your Friends Activity On Spotify Web Player"

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

screenshot
screenshot
screenshot

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

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

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

                        Spotify Friend Activity extension adds a panel to Spotify Web Player that displays your friends listening activity.


INSTALLATION INSTRUCTIONS FOR SPOTIFY FRIEND ACTIVITY EXTENSION:

1. Click on “Add to Chrome” button.
2. Then, click on “Add Extension” button prompted on screen.
3. Click on “Puzzle” icon on right hand side of Chrome bar.
4. Pin the extension as it should be blue pin in front of the extension name “Spotify Friend Activity”.
5. Visit open.spotify.com and login to your Account.
6. Click on extension icon and manage to turn on/off the Friend Activity Feature.


NOTES:

> You must be following the Spotify users for whom you want to see the activity.
> Your friends must have listened to music on Spotify Web Player or desktop app once in the last week.
> Your friends must have the "Share my listening activity on Spotify" setting enabled in the Spotify Web Player or desktop app.                    

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

ชื่อ Spotify Friend Activity Spotify Friend Activity
ID mklamnhhgdfpiembncpeoaeppofkhlbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spotify-friend-activity/mklamnhhgdfpiembncpeoaeppofkhlbj
คำอธิบาย View Your Friends Activity On Spotify Web Player
ขนาดไฟล์ 148 KB
จำนวนการติดตั้ง 326
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-07-16
วันที่เผยแพร่ 2023-01-15
คะแนน 4.77/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา https://spotifyfriendactivity.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.spotifyfriendactivity.com/
URL หน้าช่วยเหลือ https://www.spotifyfriendactivity.com/
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.2",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "128": "images\/128X128.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/16X16.png",
        "32": "images\/32X32.png",
        "48": "images\/48X48.png",
        "128": "images\/128X128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/open.spotify.com\/*"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}