Hitchweb

Talk to people, who are on the same site as you are in. Meet with the people of similar interests.

O que é Hitchweb?

Hitchweb é uma extensão do Chrome desenvolvida por RajeshJ3, e sua principal característica é "Talk to people, who are on the same site as you are in. Meet with the people of similar interests.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hitchweb

Baixe arquivos de extensão Hitchweb 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

                        With Hitchweb web extension, connect to people over the internet. It's free and easy to use. It's also free to use without any ads. Discover new people and connect with them. Smooth and simple user interface. No ads. No tracking. No passwords, No Cookies.

As this is a new project (version 0.0.1), you can only connect to the people, who are in the same website site as you, not to the people who are in the same web page.

But, this feature will be added in the future soon. Using which you can communicate to people in the same eCommerce store and in the same product page. You can make better decision before purchasing the products.                    

Informações Básicas da Extensão

Nome Hitchweb Hitchweb
ID bbpnmmlldlnbkoelibmceelheacmbhme
URL Oficial https://chromewebstore.google.com/detail/hitchweb/bbpnmmlldlnbkoelibmceelheacmbhme
Descrição Talk to people, who are on the same site as you are in. Meet with the people of similar interests.
Tamanho do Arquivo 1004 KB
Contagem de Instalações 33
Versão Atual 0.0.1
Última Atualização 2022-06-06
Data de Publicação 2022-06-06
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor RajeshJ3
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://hitchweb.netlify.app/
URL da Página de Política de Privacidade https://rajeshj3.github.io/hw-privacy-policy/index.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hitchweb",
    "short_name": "HW",
    "description": "Talk to people, who are on the same site as you are in. Meet with the people of similar interests.",
    "version": "0.0.1",
    "icons": {
        "16": "\/assets\/images\/logo\/16.png",
        "32": "\/assets\/images\/logo\/32.png",
        "48": "\/assets\/images\/logo\/48.png",
        "128": "\/assets\/images\/logo\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/images\/logo\/16.png",
            "24": "\/assets\/images\/logo\/32.png",
            "32": "\/assets\/images\/logo\/32.png"
        },
        "default_title": "Open Hitchweb"
    },
    "author": "Rajesh Joshi",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}