OpenBLD.net Blocker
Block malicious content from some URLs.
OpenBLD.net Blocker क्या है?
OpenBLD.net Blocker https://openbld.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block malicious content from some URLs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OpenBLD.net Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | OpenBLD.net Blocker |
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/ |
सहायता पृष्ठ URL | https://openbld.net/docs/contacts/ |
गोपनीयता नीति पृष्ठ URL | 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" } } } |