HypeStat Analyzer
Check any website's traffic
什么是HypeStat Analyzer?
HypeStat Analyzer是由https://hypestat.com开发的Chrome扩展程序,该扩展的主要功能是“Check any website's traffic”。
扩展截图
下载HypeStat Analyzer扩展crx文件
下载HypeStat Analyzer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Check any website's traffic and technology used quick and easy with one click.
- Daily unique visitor and Monthly visits count
- Traffic sources, traffic history
- Average visit duration, bounce rate, pages per visit
- Technologies used on website
- Link to detailed report on hypestat.com 扩展基本信息
| 名称 | |
| ID | fmebbkhpaallipfibkfnajnlimgaoefp |
| 官方URL | https://chromewebstore.google.com/detail/hypestat-analyzer/fmebbkhpaallipfibkfnajnlimgaoefp |
| 简介 | Check any website's traffic |
| 文件大小 | 290 KB |
| 安装次数 | 3,408 |
| 当前版本 | 2.1 |
| 更新时间 | 2023-03-31 |
| 上架时间 | 2019-12-05 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | https://hypestat.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "HypeStat Analyzer",
"description": "Check any website's traffic",
"version": "2.1",
"action": {
"default_icon": {
"16": "images\/hs16.png",
"32": "images\/hs32.png",
"48": "images\/hs48.png",
"64": "images\/hs64.png",
"128": "images\/hs128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "images\/hs16.png",
"32": "images\/hs32.png",
"48": "images\/hs48.png",
"64": "images\/hs64.png",
"128": "images\/hs128.png"
},
"permissions": [
"activeTab"
]
} | |