Hidden Eye
hide/view HTML elements on a web page.
什么是Hidden Eye?
Hidden Eye是由Autonomous Web开发的Chrome扩展程序,该扩展的主要功能是“hide/view HTML elements on a web page.”。
扩展截图
下载Hidden Eye扩展crx文件
下载Hidden Eye扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this extension to unhide hidden elements on a webpage, it provides:
- Easy to use UI
- Reveal the hidden fields.
- Hide elements.
- Clear/Revert the webpage to it's original look. 扩展基本信息
| 名称 | |
| ID | gonabakinkhgeojpnkhhholbjpajbiec |
| 官方URL | https://chromewebstore.google.com/detail/hidden-eye/gonabakinkhgeojpnkhhholbjpajbiec |
| 简介 | hide/view HTML elements on a web page. |
| 文件大小 | 75.33 KB |
| 安装次数 | 44 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2023-10-06 |
| 上架时间 | 2022-11-26 |
| 开发者 | Autonomous Web |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hidden Eye",
"description": "hide\/view HTML elements on a web page.",
"version": "0.0.3",
"manifest_version": 3,
"action": {
"default_popup": ".\/views\/index.html",
"default_icon": {
"16": "\/assets\/icon_128.png",
"32": "\/assets\/icon_128.png",
"48": "\/assets\/icon_128.png",
"128": "\/assets\/icon_128.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
" | |