Hitchweb

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

Was ist Hitchweb?

Hitchweb ist eine Chrome-Erweiterung, die von RajeshJ3 entwickelt wurde, und ihr Hauptmerkmal ist "Talk to people, who are on the same site as you are in. Meet with the people of similar interests.".

Erweiterungsscreenshots

screenshot

Hitchweb-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hitchweb-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hitchweb Hitchweb
ID bbpnmmlldlnbkoelibmceelheacmbhme
Offizielle URL https://chromewebstore.google.com/detail/hitchweb/bbpnmmlldlnbkoelibmceelheacmbhme
Beschreibung Talk to people, who are on the same site as you are in. Meet with the people of similar interests.
Dateigröße 1004 KB
Installationsanzahl 33
Aktuelle Version 0.0.1
Letztes Update 2022-06-06
Veröffentlichungsdatum 2022-06-06
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler RajeshJ3
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://hitchweb.netlify.app/
URL der Datenschutzrichtlinien-Seite https://rajeshj3.github.io/hw-privacy-policy/index.html
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}