OpenBLD.net Blocker
Block malicious content from some URLs.
Co to jest OpenBLD.net Blocker?
OpenBLD.net Blocker to rozszerzenie Chrome opracowane przez https://openbld.net, a jego główną funkcją jest „Block malicious content from some URLs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OpenBLD.net Blocker
Pobierz pliki rozszerzeń OpenBLD.net Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jjpjcmckhkcefefgbgghomdhcbfmklea |
| Oficjalny URL | https://chromewebstore.google.com/detail/openbldnet-blocker/jjpjcmckhkcefefgbgghomdhcbfmklea |
| Opis | Block malicious content from some URLs. |
| Rozmiar pliku | 92.02 KB |
| Liczba instalacji | 64 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2024-01-29 |
| Data Publikacji | 2023-11-14 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | https://openbld.net |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://openbld.net/ |
| Adres URL Strony Pomocy | https://openbld.net/docs/contacts/ |
| Adres URL Strony Polityki Prywatności | https://openbld.net/docs/overwiew/how-it-works |
| Obsługiwane Języki | 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"
}
}
} | |