IP Blocker
Blocks all request to IP addresses. You have the option to allow all private IP addresses and to add IP addresses to an allow list
IP Blockerとは何ですか?
IP BlockerはIP Blockerによって開発されたChromeの拡張機能で、その主な機能は「Blocks all request to IP addresses. You have the option to allow all private IP addresses and to add IP addresses to an allow list」です。
拡張機能のスクリーンショット
IP Blocker拡張機能のCRXファイルをダウンロード
IP Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is designed for people who deal with possible malicious IP addresses. The extension will stop you from accidentally searching for an IP address as it will stop the connection at the browser stage so there are no outbound connections to the IP address, this would be useful if you regularly have malicious IP addresses in your clipboard. The extension allows you to enable private IP addresses and to add IP addresses to an allow list so if you regularly go to a certain IP address you don’t have to disable the extension to go to it. If you’re interested in the code, then please find the GitHub repository below: https://github.com/conesplitter/IP-Blocker-Extension
拡張機能の基本情報
名前 | IP Blocker |
ID | ofjjgidcleppjggfabdloemoidoponmp |
公式URL | https://chromewebstore.google.com/detail/ip-blocker/ofjjgidcleppjggfabdloemoidoponmp |
説明 | Blocks all request to IP addresses. You have the option to allow all private IP addresses and to add IP addresses to an allow list |
ファイルサイズ | 15.7 KB |
インストール数 | 9,679 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-04-19 |
公開日 | 2023-04-09 |
開発者 | IP Blocker |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Blocker", "description": "Blocks all request to IP addresses. You have the option to allow all private IP addresses and to add IP addresses to an allow list", "manifest_version": 3, "version": "1.0.0", "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest" ], "action": { "default_title": "IP Blocker", "default_popup": "popup.html", "default_icon": { "16": "images\/favicon16.png", "32": "\/images\/favicon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "images\/favicon16.png", "32": "images\/favicon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |