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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |