WebAPI Blocker
Easily block (nullify) undesired Web API(s) and improve your privacy.
什麼是WebAPI Blocker?
WebAPI Blocker是由Yubi開發的Chrome擴展程式,該擴展的主要功能是“Easily block (nullify) undesired Web API(s) and improve your privacy.”。
擴展截圖
下載WebAPI Blocker擴展crx文件
下載WebAPI Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | pnkcgdkeogljjhpgfbnlnpnenhebeiaf |
官方網址 | 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" } } |