Website Informer Addon
Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
什么是Website Informer Addon?
Website Informer Addon是由https://website.informer.com开发的Chrome扩展程序,该扩展的主要功能是“Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.”。
扩展截图
下载Website Informer Addon扩展crx文件
下载Website Informer Addon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Website Informer lets you discover important statistics behind any website while browsing through it. This widget instantly reveals a website’s traffic rank, daily visitors rate, pageviews, etc.
Get Website Informer addon for free: you can make use of it in web marketing, link building, and ads partnership prospecting.                     扩展基本信息
| 名称 |   |  
| ID | hgmkhdckpblkakgojblgmlgaeaimofom | 
| 官方URL | https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom | 
| 简介 | Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting. | 
| 文件大小 | 80.74 KB | 
| 安装次数 | 12,794 | 
| 当前版本 | 4.0.0 | 
| 更新时间 | 2022-05-24 | 
| 上架时间 | 2018-01-24 | 
| 评分 | 4.25/5 共57次评分 | 
| 开发者 | https://website.informer.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://website.informer.com/addon | 
| 帮助页面URL | https://website.informer.com/pages/contacts | 
| 隐私政策页面URL | http://website.informer.com/pages/tos | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Informer Addon",
    "version": "4.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "description": "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.",
    "action": {
        "default_icon": "static\/img\/i128.png",
        "default_title": "Page Info",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "static\/img\/i128.png"
    },
    "host_permissions": [
        "https:\/\/website.informer.com\/*",
        "https:\/\/hits.informer.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}  |  |