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是由https://pradeep-selva.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件

下載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
官方網址 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\/*"
    ]
}