ADV+
Provides some useful tools for use with advrider.com.
ما هو ADV+؟
ADV+ هو إضافة Chrome تم تطويرها بواسطة Jesse Evers، والميزة الرئيسية لها هي "Provides some useful tools for use with advrider.com.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ADV+
قم بتنزيل ملفات الامتداد ADV+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ADV+ allows users of advrider.com to make it so that in a given thread, only the posts by the original author of the thread are visible. It also makes it possible to fix common formatting issues. If you have any issues, please just let me know! If you're using this, you probably have an account on ADVRider. I can be found at jlevers on ADVRider, or at jesse[at]jesseevers[dot]com. Happy Riding!
معلومات أساسية عن التمديد
الاسم | ADV+ |
ID | flbdgjbbgdnpfdmgbpldccikmaojbobb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/adv+/flbdgjbbgdnpfdmgbpldccikmaojbobb |
الوصف | Provides some useful tools for use with advrider.com. |
حجم الملف | 38.7 KB |
عدد التثبيتات | 201 |
النسخة الحالية | 1.11 |
آخر تحديث | 2023-12-25 |
تاريخ النشر | 2018-12-03 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Jesse Evers |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ADV+", "description": "Provides some useful tools for use with advrider.com.", "version": "1.11", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.advrider.com\/f\/threads\/*" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ], "permissions": [ "activeTab", "storage" ] } |