BuiltWith Technology Profiler
Find out what the website you are visiting is built with using this extension.
Wat is BuiltWith Technology Profiler?
BuiltWith Technology Profiler is een Chrome-extensie ontwikkeld door https://builtwith.com, en de belangrijkste functie is "Find out what the website you are visiting is built with using this extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie BuiltWith Technology Profiler
Download BuiltWith Technology Profiler-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
The BuiltWith Chrome Extension lets you find out what a website is built with by a simple click on the builtwith icon!
BuiltWith is a web site profiler tool. Upon looking up a page, BuiltWith returns all the technologies it can find on the page. Basisinformatie over de Extensie
| Naam | |
| ID | dapjbgnjinbpoindlpdmhochffioedbn |
| Officiële URL | https://chromewebstore.google.com/detail/builtwith-technology-prof/dapjbgnjinbpoindlpdmhochffioedbn |
| Beschrijving | Find out what the website you are visiting is built with using this extension. |
| Bestandsgrootte | 54.1 KB |
| Aantal Installaties | 374,188 |
| Huidige Versie | 3.6 |
| Laatst Bijgewerkt | 2022-05-11 |
| Publicatiedatum | 2020-05-15 |
| Beoordeling | 4.39/5 Totaal 401 Beoordelingen |
| Ontwikkelaar | https://builtwith.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://builtwith.com |
| Help Pagina-URL | http://blog.builtwith.com/index.php/2009/12/22/builtwith-google-chrome-extension/ |
| URL van de Privacybeleid Pagina | https://builtwith.com/privacy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "BuiltWith Technology Profiler",
"version": "3.6",
"short_name": "BuiltWith",
"description": "Find out what the website you are visiting is built with using this extension.",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"32": "icon32.png",
"48": "icon.png",
"128": "icon128.png"
},
"permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/builtwith.com\/"
]
} | |