Lurk Discord

Just wanna lurk chats on discord without actually interacting, but you end up typing by mistake? Well, you dont need to look further

Lurk Discordคืออะไร?

Lurk Discord เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pradeep-selva.com และคุณลักษณะหลักของมันคือ "Just wanna lurk chats on discord without actually interacting, but you end up typing by mistake? Well, you dont need to look further"

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

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

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

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

                        So, you just wanna lurk chats on discord without actually interacting, but you end up typing by mistake, people find you out and you get labelled a lurker? Well, you don't need to look any further. Just install this extension, and switch to lurk mode with a single click to remove any possibility of typing. You can always switch back to normal mode when you like!

This is completely open sourced. Please check out/star the repo -
{*} Repo - https://github.com/Pradeep-selva/lurk-discord
{*} Issues - https://github.com/Pradeep-selva/lurk-discord/issues
{*} License - https://github.com/Pradeep-selva/lurk-discord/blob/master/LICENSE
{*} Changelog - https://github.com/Pradeep-selva/lurk-discord/blob/master/CHANGELOG.md                    

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

ชื่อ Lurk Discord Lurk Discord
ID gglgjglfjmpioljaefpchflfhknemdkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lurk-discord/gglgjglfjmpioljaefpchflfhknemdkp
คำอธิบาย Just wanna lurk chats on discord without actually interacting, but you end up typing by mistake? Well, you dont need to look further
ขนาดไฟล์ 41.66 KB
จำนวนการติดตั้ง 161
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-09-09
วันที่เผยแพร่ 2021-09-08
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://pradeep-selva.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Pradeep-selva/lurk-discord
URL หน้าช่วยเหลือ https://github.com/Pradeep-selva/lurk-discord/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lurk Discord",
    "author": "Pradeep Selva",
    "description": "Just wanna lurk chats on discord without actually interacting, but you end up typing by mistake? Well, you dont need to look further",
    "version": "1.0.0",
    "icons": {
        "48": ".\/assets\/lurk-discord-logo.png"
    },
    "background": {
        "page": ".\/pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                ".\/scripts\/content.js"
            ],
            "matches": [
                "https:\/\/discord.com\/channels\/*"
            ]
        }
    ],
    "browser_action": {
        "default_popup": ".\/pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/discord.com\/*"
    ],
    "web_accessible_resources": [
        "utils\/*",
        "scripts\/*"
    ]
}