NFTBlocker for Twitter
This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).
NFTBlocker for Twitter क्या है?
NFTBlocker for Twitter theo546 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NFTBlocker for Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension automatically block anyone who has an hexagon-shaped profile picture on Twitter. The extension is open-source : https://github.com/theo546/NFTBlocker-for-Twitter
एक्सटेंशन की मूल जानकारी
नाम | NFTBlocker for Twitter |
ID | maafcaodamkhklcfpdgmadkdecaihinp |
आधिकारिक URL | https://chromewebstore.google.com/detail/nftblocker-for-twitter/maafcaodamkhklcfpdgmadkdecaihinp |
विवरण | This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros). |
फ़ाइल का आकार | 23.11 KB |
स्थापना संख्या | 74 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2022-01-22 |
प्रकाशन तिथि | 2022-01-22 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | theo546 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/theo546/NFTBlocker-for-Twitter |
सहायता पृष्ठ URL | https://github.com/theo546/NFTBlocker-for-Twitter/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NFTBlocker for Twitter", "description": "This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).", "version": "1.0.1", "icons": { "48": "icons\/border-48.png" }, "action": { "browser_style": true, "default_popup": "options.html", "default_icon": { "16": "icons\/page-16.png", "32": "icons\/page-32.png" } }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*" ], "js": [ "main_script.js" ] } ] } |