Whois Bonanza
Get whois information on any website in a current tab in just one click
Wat is Whois Bonanza?
Whois Bonanza is een Chrome-extensie ontwikkeld door kalandrey92, en de belangrijkste functie is "Get whois information on any website in a current tab in just one click".
Extensie Screenshots
Download het CRX-bestand van de extensie Whois Bonanza
Download Whois Bonanza-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
Basisinformatie over de Extensie
| Naam | |
| ID | bbbpanokkikkdaddpjaanmbhlbjhmodb |
| Officiële URL | https://chromewebstore.google.com/detail/whois-bonanza/bbbpanokkikkdaddpjaanmbhlbjhmodb |
| Beschrijving | Get whois information on any website in a current tab in just one click |
| Bestandsgrootte | 104 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2017-05-19 |
| Publicatiedatum | 2017-05-18 |
| Ontwikkelaar | kalandrey92 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Whois Bonanza",
"description": "Get whois information on any website in a current tab in just one click",
"version": "1.1",
"icons": {
"16": "icon 16x16.PNG",
"32": "icon 32x32.PNG",
"128": "icon 128x128.PNG"
},
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js",
"jquery.js"
],
"persistent": true
},
"permissions": [
"tabs",
"https:\/\/www.whois.com\/*"
]
} | |