Web Cursors

Don't feel alone on the internet anymore and add realtime features to any websites and pages

Web Cursorsคืออะไร?

Web Cursors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HalfTheOpposite และคุณลักษณะหลักของมันคือ "Don't feel alone on the internet anymore and add realtime features to any websites and pages"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Web Cursors ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Navigate on the internet and meet the people that are on the same website as you. You will be able to see their cursors, chat with them, and participate in fun activities 🎉.

✧✧✧✧ Features ✧✧✧✧

Have a glimpse of current features:
• Chat 💬: Enjoy small-talks or great discussions, or just be a lurker.
• Cursors 👀: Interact with others and play cat and mouse games.
• GIFs 🎇: Too limited to express yourself? Send GIFs to others!
• Notes 📝: Write small notes on pages for others to enjoy.
• Tune ⚙️: Choose how and where to load the extension.

And take a look at the coming ones:
• Reactions 👌: Broadcast your mood in realtime and react in front of everyone!
• Treasures 👑: Hide treasures on the internet for others to find!
• Games 🕹: Engage with others in chaotic small games and be the best strategist.

✧✧✧✧ Q&A ✧✧✧✧

❖ How is my data stored?
Your data only transits on the servers at the moment it is sent and broadcasted to everyone. Nothing is stored.

❖ How can I disable the extension on some pages?
If you don't feel comfortable sharing your presence on a website, you can click on the extension icon at the top-right and it will disable it globally. Or you can also add a blacklist of domains in the settings.

❖ How can I propose new features?
Scroll down and you'll have a list of the upcoming features, however, if your idea is not in the list feel free to reach out to me on Twitter at @halftheopposite, or by email at contact [at] halftheopposite.dev.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Web Cursors Web Cursors
ID chcedockochaodpiikgkicdgpidjjcaf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-cursors/chcedockochaodpiikgkicdgpidjjcaf
คำอธิบาย Don't feel alone on the internet anymore and add realtime features to any websites and pages
ขนาดไฟล์ 1.55 MB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.8.0
อัปเดตครั้งล่าสุด 2023-08-31
วันที่เผยแพร่ 2023-02-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา HalfTheOpposite
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://webcursors.click
URL หน้าช่วยเหลือ https://webcursors.click
URL หน้านโยบายความเป็นส่วนตัว https://webcursors.click/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Cursors",
    "description": "Don't feel alone on the internet anymore and add realtime features to any websites and pages",
    "version": "1.8.0",
    "icons": {
        "24": "icons\/icon_24.png",
        "48": "icons\/icon_48.png",
        "96": "icons\/icon_96.png",
        "192": "icons\/icon_192.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "scripts\/worker.js"
    },
    "action": {
        "default_title": "Options",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/videos\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}