Messenger to AIM Sounds
Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
Messenger to AIM Soundsคืออะไร?
Messenger to AIM Sounds เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qwook.io และคุณลักษณะหลักของมันคือ "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Messenger to AIM Sounds
ดาวน์โหลดไฟล์ส่วนขยาย Messenger to AIM Sounds ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Go back in time by changing your facebook messenger sounds to old-school AIM. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | empkechicjhppggilnjkjlgoaaeklfkk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/messenger-to-aim-sounds/empkechicjhppggilnjkjlgoaaeklfkk |
คำอธิบาย | Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https://soundcloud.com/kid64 |
ขนาดไฟล์ | 46.1 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2019-03-28 |
วันที่เผยแพร่ | 2019-03-28 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://qwook.io |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger to AIM Sounds", "version": "0.0.3", "manifest_version": 2, "description": "Change your messenger sounds to AIM sounds. If you have any questions follow me on soundcloud: https:\/\/soundcloud.com\/kid64", "homepage_url": "https:\/\/soundcloud.com\/kid64", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/*.messenger.com\/*", "https:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.messenger.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |