Krunch

Shorten URLs like never before

O que é Krunch?

Krunch é uma extensão do Chrome desenvolvida por krunchdev, e sua principal característica é "Shorten URLs like never before".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Krunch

Baixe arquivos de extensão Krunch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This powerful chrome extension allows you with a click of a button to automatically shorten any target URL you want to track and rewrite the short URL for you dynamically for each content you will post this short URL on, and track where it is posted. So you get much more granular insights in terms of where your traffic and conversions come from.                    

Informações Básicas da Extensão

Nome Krunch Krunch
ID cdknobbdmhicddgkenemmmbmnbdnhhkl
URL Oficial https://chromewebstore.google.com/detail/krunch/cdknobbdmhicddgkenemmmbmnbdnhhkl
Descrição Shorten URLs like never before
Tamanho do Arquivo 218 KB
Contagem de Instalações 71
Versão Atual 2.3.1
Última Atualização 2024-01-28
Data de Publicação 2022-09-20
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor krunchdev
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://krunchdata.io/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAir6Zxu1qskS5fAGZRpJoKF23hhVyKqF4p2qHjzgRTl3sGInlrI05JwWJ15gB4vIulA1tHmM1pVDDnsrPKouI2OYsjxmE0zoH6alBcpfxiC4CbR0aokmfLHyRwQCDDbcjLhN5nsKogbwg6WH\/0MwF5xXUqu\/P0ewwsYCPWbt3LzFEBfkdcZwkWj9hE2V4vip4qpfqWWJrC6oO1BtZP3w+ktZHQ\/AD\/2H03vR3yycyjW5KdWjhQOuNBc0FLMaH+DF0KiCppFmNqrXw7o0sdXTuYGsFb9LLB+DU2wUz7cqb1xbUV4EfHE0VL1P28MSGr+fZIwnUibIGHbnhvWJqV71HiwIDAQAB",
    "manifest_version": 3,
    "name": "Krunch",
    "version": "2.3.1",
    "description": "Shorten URLs like never before",
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "offscreen",
        "clipboardWrite",
        "clipboardRead",
        "scripting",
        "contextMenus"
    ],
    "externally_connectable": {
        "matches": [
            ""
        ]
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/api.krunchdata.io\/*",
                "https:\/\/app.krunchdata.io\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/studio.youtube.com\/*",
                "https:\/\/dev.to\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/web.facebook.com\/*",
                "https:\/\/github.com\/*",
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/dashboard.twitch.tv\/u\/*",
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/stackoverflow.com\/*",
                "https:\/\/x.com\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/app.slack.com\/*",
                "https:\/\/publish.buffer.com\/*",
                "https:\/\/typefully.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/outlook.live.com\/*",
                "https:\/\/outlook.office.com\/*",
                "https:\/\/www.tiktok.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "src\/pages\/inject\/index.js"
            ],
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}