Browser History Cleaner
Delete chrome browser history by date range and keywords
什么是Browser History Cleaner?
Browser History Cleaner是由SENTHILKUMAR R开发的Chrome扩展程序,该扩展的主要功能是“Delete chrome browser history by date range and keywords”。
扩展截图
下载Browser History Cleaner扩展crx文件
下载Browser History Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This app allows you to delete chrome history by date and keywords This app does not store any of your data. Please watch following videos to get know how this app works: 1. https://youtu.be/vV9nWdJbge4 Terms & Conditions: Use "Custom History Cleaner" at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data. Usage of this app means that you agree to these terms. For any query: [email protected]/+919663026088, [email protected]
扩展基本信息
名称 | Browser History Cleaner |
ID | pefjnkakpdplpfeiiolfiedmahkihbih |
官方URL | https://chromewebstore.google.com/detail/browser-history-cleaner/pefjnkakpdplpfeiiolfiedmahkihbih |
简介 | Delete chrome browser history by date range and keywords |
文件大小 | 300 KB |
安装次数 | 132 |
当前版本 | 0.0.4 |
更新时间 | 2020-09-29 |
上架时间 | 2020-08-12 |
评分 | 5.00/5 共4次评分 |
开发者 | SENTHILKUMAR R |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser History Cleaner", "short_name": "Browser History Cleaner", "description": "Delete chrome browser history by date range and keywords", "version": "0.0.4", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/16.png", "default_title": "Browser History Cleaner" }, "background": { "scripts": [ "js\/background.min.js", "js\/utils.min.js" ] }, "permissions": [ "history" ], "web_accessible_resources": [ "screens\/index.html" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self' " } |