Bandcamp Fixed Player
This extension fixes the header in place along with the player
Bandcamp Fixed Playerคืออะไร?
Bandcamp Fixed Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Morrison และคุณลักษณะหลักของมันคือ "This extension fixes the header in place along with the player"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bandcamp Fixed Player
ดาวน์โหลดไฟล์ส่วนขยาย Bandcamp Fixed Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension adds a fixed player to the bandcamp header.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bandcamp Fixed Player |
ID | ooldlpkajceeakdoolgdaecodilheoha |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bandcamp-fixed-player/ooldlpkajceeakdoolgdaecodilheoha |
คำอธิบาย | This extension fixes the header in place along with the player |
ขนาดไฟล์ | 20.21 KB |
จำนวนการติดตั้ง | 85 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2024-02-17 |
วันที่เผยแพร่ | 2020-03-19 |
คะแนน | 2.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Alex Morrison |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bandcamp Fixed Player", "version": "0.0.4", "manifest_version": 3, "description": "This extension fixes the header in place along with the player", "homepage_url": "https:\/\/bandcamp.com", "icons": { "16": "icons\/play16.png", "48": "icons\/play48.png", "128": "icons\/play128.png" }, "default_locale": "en", "host_permissions": [ "https:\/\/*.bandcamp.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.bandcamp.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |