Website Informer Addon

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

Co je Website Informer Addon?

Website Informer Addon je rozšíření Chrome vyvinuté https://website.informer.com, a jeho hlavní funkcí je „Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Website Informer Addon

Stáhněte si soubory rozšíření Website Informer Addon ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Website Informer Addon Website Informer Addon
ID hgmkhdckpblkakgojblgmlgaeaimofom
Oficiální URL https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom
Popis Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
Velikost souboru 80.74 KB
Počet instalací 12,794
Aktuální Verze 4.0.0
Poslední Aktualizace 2022-05-24
Datum Vydání 2018-01-24
Hodnocení 4.25/5 Celkem 57 Hodnocení
Vývojář https://website.informer.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://website.informer.com/addon
URL Stránky Nápovědy https://website.informer.com/pages/contacts
URL Stránky Zásad Ochrany Soukromí http://website.informer.com/pages/tos
Podporované Jazyky 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"
    ]
}