Disco Disco
Disco Disco
ما هو Disco Disco؟
Disco Disco هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Disco Disco".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Disco Disco
قم بتنزيل ملفات الامتداد Disco Disco بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |