History Blocker by Site
prevents the logging of specified websites
什么是History Blocker by Site?
History Blocker by Site是由Frosation开发的Chrome扩展程序,该扩展的主要功能是“prevents the logging of specified websites”。
扩展截图
下载History Blocker by Site扩展crx文件
下载History Blocker by Site扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*coded by CZ* Black lists specified websites from being logged into history. - Supports wildcard (*) for domains - Disregards www's and protocols (http, https, etc) - Disregards path Feel free to suggest any design, ui, or feature improvements (fully aware the current icon looks abysmal) __________________________________________ v1.2 - 18.08-2016: -fixed logic: *.site.com now matches site.com v1.1 - 17.08.2016: -added pointless copyright notice v1.0 - 16.08.2016: -initial
扩展基本信息
名称 | History Blocker by Site |
ID | keamekimefemnbgegbfkdkmbomaahfai |
官方URL | https://chromewebstore.google.com/detail/history-blocker-by-site/keamekimefemnbgegbfkdkmbomaahfai |
简介 | prevents the logging of specified websites |
文件大小 | 22.96 KB |
安装次数 | 6,291 |
当前版本 | 1.2 |
更新时间 | 2017-10-02 |
上架时间 | 2017-10-02 |
评分 | 2.75/5 共68次评分 |
开发者 | Frosation |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Blocker by Site", "short_name": "History Blocker", "description": "prevents the logging of specified websites", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "45", "background": { "scripts": [ "backg.js" ], "persistent": true }, "icons": { "16": "img\/filter16.png", "48": "img\/filter48.png", "128": "img\/filter128.png" }, "browser_action": { "default_icon": { "19": "img\/filter19.png", "39": "img\/filter38.png" }, "default_title": "Configure Options" }, "options_page": "options\/options.html", "permissions": [ "background", "history", "storage" ] } |