Hitchweb
Talk to people, who are on the same site as you are in. Meet with the people of similar interests.
Qu'est-ce que Hitchweb ?
Hitchweb est une extension Chrome développée par RajeshJ3, et sa fonction principale est "Talk to people, who are on the same site as you are in. Meet with the people of similar interests.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hitchweb
Téléchargez les fichiers d'extension Hitchweb au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hitchweb |
ID | bbpnmmlldlnbkoelibmceelheacmbhme |
URL Officiel | https://chromewebstore.google.com/detail/hitchweb/bbpnmmlldlnbkoelibmceelheacmbhme |
Description | Talk to people, who are on the same site as you are in. Meet with the people of similar interests. |
Taille du Fichier | 1004 KB |
Nombre d'Installations | 33 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2022-06-06 |
Date de Publication | 2022-06-06 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | RajeshJ3 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hitchweb.netlify.app/ |
URL de la Page de Politique de Confidentialité | https://rajeshj3.github.io/hw-privacy-policy/index.html |
Langues Prises en Charge | 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:\/\/*\/*" ] } |