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 |
| 官方網址 | 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"
]
} | |