OpenBLD.net Blocker
Block malicious content from some URLs.
ما هو OpenBLD.net Blocker؟
OpenBLD.net Blocker هو إضافة Chrome تم تطويرها بواسطة https://openbld.net، والميزة الرئيسية لها هي "Block malicious content from some URLs.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OpenBLD.net Blocker
قم بتنزيل ملفات الامتداد OpenBLD.net Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Additional extensions for OpenBLD.net service.
OpenBLD.net setup is required before using the Browser extension:
- Where to start: https://openbld.net/docs/get-started/where-to-start/
- Main Goals: https://openbld.net/docs/overwiew/main-goals/
- OpenBLD Plus: https://openbld.net/docs/overwiew/openbld-plus/
- Donation and Contribution: https://openbld.net/docs/donation/
Note: Once the update is installed, you may need to re-enable / refresh the extension in your Browser > Extension settings. معلومات أساسية عن التمديد
| الاسم | |
| ID | jjpjcmckhkcefefgbgghomdhcbfmklea |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/openbldnet-blocker/jjpjcmckhkcefefgbgghomdhcbfmklea |
| الوصف | Block malicious content from some URLs. |
| حجم الملف | 92.02 KB |
| عدد التثبيتات | 64 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2024-01-29 |
| تاريخ النشر | 2023-11-14 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | https://openbld.net |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://openbld.net/ |
| عنوان صفحة المساعدة | https://openbld.net/docs/contacts/ |
| عنوان صفحة سياسة الخصوصية | https://openbld.net/docs/overwiew/how-it-works |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "OpenBLD.net Blocker",
"version": "1.1",
"description": "Block malicious content from some URLs.",
"permissions": [
"declarativeNetRequest",
"tabGroups"
],
"host_permissions": [
"https:\/\/openbld.net\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "block",
"enabled": true,
"path": "block.json"
}
]
},
"icons": {
"32": "icon32.png",
"96": "icon96.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"32": "icon32.png",
"96": "icon96.png",
"128": "icon.png"
}
}
} | |