Disco Disco
Disco Disco
Disco Discoคืออะไร?
Disco Disco เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Disco Disco"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Disco Disco
ดาวน์โหลดไฟล์ส่วนขยาย Disco Disco ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click on the icon and turn your screen into a disco ball (while browsing music etc.). Push esc. or move mouse to the top, to end disco effect. The app is free. But a small donation would be appriciated =) : https://paypal.me/appmachinedk?locale.x=da_DK (copy paste text/link into browser)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Disco Disco |
ID | cnbcdncnoepgjbolgpdiebddhjoggjng |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/disco-disco/cnbcdncnoepgjbolgpdiebddhjoggjng |
คำอธิบาย | Disco Disco |
ขนาดไฟล์ | 24.17 KB |
จำนวนการติดตั้ง | 126 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2020-04-17 |
วันที่เผยแพร่ | 2020-04-16 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disco Disco", "description": "Disco Disco", "icons": { "128": "icon_128.png" }, "version": "2.0", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Disco Disco" }, "manifest_version": 2 } |