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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just wanna lurk chats on discord without actually interacting, but you end up typing by mistake? Well, you dont need to look further"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lurk Discord एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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\/*" ] } |