Oktell transport firewall
Oktell transport firewall.
什么是Oktell transport firewall?
Oktell transport firewall是由vasya12_06开发的Chrome扩展程序,该扩展的主要功能是“Oktell transport firewall.”。
扩展截图
下载Oktell transport firewall扩展crx文件
下载Oktell transport firewall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | mcpfnibapchjgedagciiohbnogdemedo |
官方URL | https://chrome.google.com/webstore/detail/oktell-transport-firewall/mcpfnibapchjgedagciiohbnogdemedo |
简介 | Oktell transport firewall. |
文件大小 | 64.14 KB |
安装次数 | 15 |
当前版本 | 1.2.1 |
更新时间 | 2015-07-09 |
上架时间 | 2015-07-09 |
评分 | 5.00/5 共1次评分 |
开发者 | vasya12_06 |
付费类型 | free |
支持的语言 | 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 } |