WebAPI Blocker

Easily block (nullify) undesired Web API(s) and improve your privacy.

WebAPI Blocker क्या है?

WebAPI Blocker Yubi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily block (nullify) undesired Web API(s) and improve your privacy."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebAPI Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        WebAPI Blocker is a lite addon that lets you easily block and nullify a desired web API.

Simply open the toolbar popup UI and choose an API from the drop-down list (top left side). Then, click on the (+) button to add the item to the API list. Once you add an item, you can remove it from the list by clicking on the "remove" button next to each item. Moreover, you can deactivate an item by removing the checkmark from the list. There is also a "reload" button at the top toolbar to reload the active tab. On the right side, you can add desired domains to the whitelist table. Please enter a domain name in the input field and then click on the (+) sign to add it to the table. To remove a domain, please click on the cross sign next to each item.

Note: please be careful when you block (nullify) a web API. Because certain API(s) may cause websites to not fully load or even make them unresponsive. Therefore, please do enough research before disabling an API.

To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/webapi-blocker.html).                    

एक्सटेंशन की मूल जानकारी

नाम WebAPI Blocker WebAPI Blocker
ID pnkcgdkeogljjhpgfbnlnpnenhebeiaf
आधिकारिक URL https://chromewebstore.google.com/detail/webapi-blocker/pnkcgdkeogljjhpgfbnlnpnenhebeiaf
विवरण Easily block (nullify) undesired Web API(s) and improve your privacy.
फ़ाइल का आकार 58.61 KB
स्थापना संख्या 1,051
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2024-01-25
प्रकाशन तिथि 2019-11-11
रेटिंग 4.14/5 कुल 7 रेटिंग्स
डेवलपर Yubi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/webapi-blocker.html
सहायता पृष्ठ URL https://mybrowseraddon.com/webapi-blocker.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "WebAPI Blocker",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/webapi-blocker.html",
    "description": "Easily block (nullify) undesired Web API(s) and improve your privacy.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "action": {
        "default_title": "WebAPI Blocker",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}