Open in builtwith

Open in builtwith

Wat is Open in builtwith?

Open in builtwith is een Chrome-extensie ontwikkeld door muthali ganesh, en de belangrijkste functie is "Open in builtwith".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open in builtwith

Download Open in builtwith-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

                        Opens the current website in builtwith for getting more information on the different technologies used in the website                    

Basisinformatie over de Extensie

Naam Open in builtwith Open in builtwith
ID kbjfocbialdjlajcbohmjfmbionhcinf
Officiële URL https://chromewebstore.google.com/detail/open-in-builtwith/kbjfocbialdjlajcbohmjfmbionhcinf
Beschrijving Open in builtwith
Bestandsgrootte 14.86 KB
Aantal Installaties 2,691
Huidige Versie 2.0
Laatst Bijgewerkt 2020-09-04
Publicatiedatum 2020-09-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar muthali ganesh
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://aozata.com/aozata-privacy-policy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in builtwith",
    "short_name": "Similarweb",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "builtwith.js"
        ]
    },
    "description": "Open in builtwith",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Open in builtwith"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}