LONGMAN Accelerator
Block all third-party requests from ldoceonline.com
ما هو LONGMAN Accelerator؟
LONGMAN Accelerator هو إضافة Chrome تم تطويرها بواسطة alizadeh118، والميزة الرئيسية لها هي "Block all third-party requests from ldoceonline.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LONGMAN Accelerator
قم بتنزيل ملفات الامتداد LONGMAN Accelerator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Improve the load time of ldoceonline.com by blocking all third-party and advertising requests.
Changelog:
1.1.0
- Exclude the domain of the Google Translate API. معلومات أساسية عن التمديد
| الاسم | |
| ID | abpghhfldicpcgjgfdnclmlnoodagbkd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/longman-accelerator/abpghhfldicpcgjgfdnclmlnoodagbkd |
| الوصف | Block all third-party requests from ldoceonline.com |
| حجم الملف | 117 KB |
| عدد التثبيتات | 349 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2022-09-07 |
| تاريخ النشر | 2022-01-13 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | alizadeh118 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/Alizadeh118/longman-accelerator-extension |
| عنوان صفحة المساعدة | https://github.com/Alizadeh118/longman-accelerator-extension/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "LONGMAN Accelerator",
"description": "Block all third-party requests from ldoceonline.com",
"version": "1.1.0",
"manifest_version": 3,
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "\/rules.json"
}
]
},
"permissions": [
"declarativeNetRequest"
],
"icons": {
"16": "\/icons\/icon-16.png",
"32": "\/icons\/icon-32.png",
"48": "\/icons\/icon-48.png",
"128": "\/icons\/icon-128.png",
"512": "\/icons\/icon-512.png"
}
} | |