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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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:\/\/*\/*"
    ]
}