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.
拡張機能の基本情報
名前 | Website Informer Addon |
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 |
Eメール | [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" ] } |