Audiotool Plus
Enjoy contemporary styling and features for Audiotool.com
ما هو Audiotool Plus؟
Audiotool Plus هو إضافة Chrome تم تطويرها بواسطة nthvera، والميزة الرئيسية لها هي "Enjoy contemporary styling and features for Audiotool.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Audiotool Plus
قم بتنزيل ملفات الامتداد Audiotool Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension primarily provides dark mode support for Audiotool.com, while also adding a more contemporary and subtle user interface meant to compete with other platforms. Under the hood, this is simply an extended stylesheet that allows the user to experience modern design with faster load times, because it's solely CSS rather than CSS and JavaScript
معلومات أساسية عن التمديد
الاسم | |
ID | pmakapongiikhcmoakbbdddfmlhmlnhk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/audiotool-plus/pmakapongiikhcmoakbbdddfmlhmlnhk |
الوصف | Enjoy contemporary styling and features for Audiotool.com |
حجم الملف | 2.75 MB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 2.1.11 |
آخر تحديث | 2019-03-02 |
تاريخ النشر | 2019-03-02 |
تقييم | 4.00/5 مجموع تقييمات 10 |
المطور | nthvera |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.audiotool.com |
عنوان صفحة المساعدة | https://www.audiotool.com/board/chitchat/audiotool_plus_-_in_the-dKKN6ypYP |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Audiotool Plus", "description": "Enjoy contemporary styling and features for Audiotool.com", "version": "2.1.11", "manifest_version": 2, "icons": { "16": "\/src\/img\/ico\/default_x16.png", "32": "\/src\/img\/ico\/default_x32.png", "48": "\/src\/img\/ico\/default_x48.png", "128": "\/src\/img\/ico\/default_x128.png" }, "browser_action": { "default_icon": "\/src\/img\/ico\/default_x16.png" }, "permissions": [ "https:\/\/www.audiotool.com\/*", "activeTab" ], "content_scripts": [ { "js": [ "src\/dir\/js\/index.js" ], "css": [ "src\/dir\/css\/font\/arista-2.min.css", "src\/dir\/css\/font\/open-sans.min.css", "src\/dir\/css\/index.css", "src\/dir\/css\/img.css" ], "matches": [ "https:\/\/www.audiotool.com\/*" ] } ], "web_accessible_resources": [ "src\/img\/svg\/*.svg", "src\/img\/png\/*.png", "src\/font\/*.ttf" ] } |