Website Informer Addon

Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.

What is Website Informer Addon?

Website Informer Addon is a Chrome extension developed by https://website.informer.com, and its main feature is "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.".

Extension Screenshots

screenshot

Download Website Informer Addon Extension CRX File

Download Website Informer Addon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Website Informer Addon Website Informer Addon
ID hgmkhdckpblkakgojblgmlgaeaimofom
Official URL https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom
Description Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
File Size 80.74 KB
Installation Count 12,794
Current Version 4.0.0
Last Updated 2022-05-24
Publish Date 2018-01-24
Rating 4.25/5 Total 57 Ratings
Developer https://website.informer.com
Email [email protected]
Payment Type free
Extension Website https://website.informer.com/addon
Help Page URL https://website.informer.com/pages/contacts
Privacy Policy Page URL http://website.informer.com/pages/tos
Supported Languages 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"
    ]
}