Hitchweb

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

Hitchwebคืออะไร?

Hitchweb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RajeshJ3 และคุณลักษณะหลักของมันคือ "Talk to people, who are on the same site as you are in. Meet with the people of similar interests."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hitchweb

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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:\/\/*\/*"
    ]
}