IncognitoBlock
Closes incognito tabs, if a request is made
什么是IncognitoBlock?
IncognitoBlock是由sinansaral开发的Chrome扩展程序,该扩展的主要功能是“Closes incognito tabs, if a request is made”。
下载IncognitoBlock扩展crx文件
下载IncognitoBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Closes incognito tabs, upon requesting an url. This extension have to be enabled for incognito mode.
扩展基本信息
名称 | ![]() |
ID | jafaofbjdlhjcnogpbmpdifjfbncebik |
官方URL | https://chrome.google.com/webstore/detail/incognitoblock/jafaofbjdlhjcnogpbmpdifjfbncebik |
简介 | Closes incognito tabs, if a request is made |
文件大小 | 2.85 KB |
安装次数 | 113 |
当前版本 | 1.0 |
更新时间 | 2013-07-27 |
上架时间 | 2013-07-27 |
评分 | 4.60/5 共5次评分 |
开发者 | sinansaral |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IncognitoBlock", "description": "Closes incognito tabs, if a request is made", "version": "1.0", "author": "[email protected]", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |