Website Informer Addon
Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.
Wat is Website Informer Addon?
Website Informer Addon is een Chrome-extensie ontwikkeld door https://website.informer.com, en de belangrijkste functie is "Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting.".
Extensie Screenshots
Download het CRX-bestand van de extensie Website Informer Addon
Download Website Informer Addon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Website Informer Addon |
ID | hgmkhdckpblkakgojblgmlgaeaimofom |
Officiële URL | https://chromewebstore.google.com/detail/website-informer-addon/hgmkhdckpblkakgojblgmlgaeaimofom |
Beschrijving | Website Informer is an ultimate tool to evaluate authority and popularity of websites you are visiting. |
Bestandsgrootte | 80.74 KB |
Aantal Installaties | 12,794 |
Huidige Versie | 4.0.0 |
Laatst Bijgewerkt | 2022-05-24 |
Publicatiedatum | 2018-01-24 |
Beoordeling | 4.25/5 Totaal 57 Beoordelingen |
Ontwikkelaar | https://website.informer.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://website.informer.com/addon |
Help Pagina-URL | https://website.informer.com/pages/contacts |
URL van de Privacybeleid Pagina | http://website.informer.com/pages/tos |
Ondersteunde Talen | 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" ] } |