Open in builtwith
Open in builtwith
Hvad er Open in builtwith?
Open in builtwith er en Chrome-udvidelse udviklet af muthali ganesh, og dens hovedfunktion er "Open in builtwith".
Udvidelsesskærmbilleder
Download Open in builtwith-udvidelses-CRX-fil
Download Open in builtwith-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Opens the current website in builtwith for getting more information on the different technologies used in the website                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | kbjfocbialdjlajcbohmjfmbionhcinf | 
| Officiel URL | https://chromewebstore.google.com/detail/open-in-builtwith/kbjfocbialdjlajcbohmjfmbionhcinf | 
| Beskrivelse | Open in builtwith | 
| Filstørrelse | 14.86 KB | 
| Antal Installationer | 2,691 | 
| Nuværende Version | 2.0 | 
| Senest Opdateret | 2020-09-04 | 
| Udgivelsesdato | 2020-09-03 | 
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser | 
| Udvikler | muthali ganesh | 
| [email protected] | |
| Betalingsmetode | free | 
| URL til Fortrolighedspolitik Side | https://aozata.com/aozata-privacy-policy | 
| Understøttede Sprog | 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'"
}  |  |