Oktell transport firewall
Oktell transport firewall.
What is Oktell transport firewall?
Oktell transport firewall is a Chrome extension developed by vasya12_06, and its main feature is "Oktell transport firewall.".
Extension Screenshots
Download Oktell transport firewall Extension CRX File
Download Oktell transport firewall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | mcpfnibapchjgedagciiohbnogdemedo |
Official URL | https://chrome.google.com/webstore/detail/oktell-transport-firewall/mcpfnibapchjgedagciiohbnogdemedo |
Description | Oktell transport firewall. |
File Size | 64.14 KB |
Installation Count | 15 |
Current Version | 1.2.1 |
Last Updated | 2015-07-09 |
Publish Date | 2015-07-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | vasya12_06 |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Oktell transport firewall", "version": "1.2.1", "description": "Oktell transport firewall.", "icons": { "16": "image\/connect19x19.png", "128": "image\/connect.png" }, "permissions": [ "tabs", "background", "storage", "notifications", "http:\/\/192.168.252.2\/" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "image\/connect19x19.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/192.168.252.2\/*" ], "js": [ "js\/firewall.js" ] } ], "manifest_version": 2 } |