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
公式URL 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
Eメール [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:\/\/*\/*"
    ]
}