Open in builtwith

Open in builtwith

Co je Open in builtwith?

Open in builtwith je rozšíření Chrome vyvinuté muthali ganesh, a jeho hlavní funkcí je „Open in builtwith“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Open in builtwith

Stáhněte si soubory rozšíření Open in builtwith ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Open in builtwith Open in builtwith
ID kbjfocbialdjlajcbohmjfmbionhcinf
Oficiální URL https://chromewebstore.google.com/detail/open-in-builtwith/kbjfocbialdjlajcbohmjfmbionhcinf
Popis Open in builtwith
Velikost souboru 14.86 KB
Počet instalací 2,691
Aktuální Verze 2.0
Poslední Aktualizace 2020-09-04
Datum Vydání 2020-09-03
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář muthali ganesh
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://aozata.com/aozata-privacy-policy
Podporované Jazyky 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'"
}