Hitchweb

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

什麼是Hitchweb?

Hitchweb是由RajeshJ3開發的Chrome擴展程式,該擴展的主要功能是“Talk to people, who are on the same site as you are in. Meet with the people of similar interests.”。

擴展截圖

screenshot

下載Hitchweb擴展crx文件

下載Hitchweb擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hitchweb Hitchweb
ID bbpnmmlldlnbkoelibmceelheacmbhme
官方網址 https://chromewebstore.google.com/detail/hitchweb/bbpnmmlldlnbkoelibmceelheacmbhme
簡介 Talk to people, who are on the same site as you are in. Meet with the people of similar interests.
檔案大小 1004 KB
安裝次數 33
目前版本 0.0.1
更新時間 2022-06-06
上架時間 2022-06-06
評分 5.00/5 共 3 次評分
開發者 RajeshJ3
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hitchweb.netlify.app/
隱私政策頁面URL https://rajeshj3.github.io/hw-privacy-policy/index.html
支援的語言 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:\/\/*\/*"
    ]
}