NoFT

Chrome extension to auto-block NFT profile pictures on Twitter

NoFT क्या है?

NoFT Ottomated द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to auto-block NFT profile pictures on Twitter"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NoFT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Tired of seeing hexagonal profile pictures? This extension automatically blocks or mutes every user that you come across with a verified NFT profile picture.                    

एक्सटेंशन की मूल जानकारी

नाम NoFT NoFT
ID ignbemmolegaffpapcfpbadjnijbalfl
आधिकारिक URL https://chromewebstore.google.com/detail/noft/ignbemmolegaffpapcfpbadjnijbalfl
विवरण Chrome extension to auto-block NFT profile pictures on Twitter
फ़ाइल का आकार 139 KB
स्थापना संख्या 4,506
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-01-30
प्रकाशन तिथि 2022-01-22
रेटिंग 4.78/5 कुल 59 रेटिंग्स
डेवलपर Ottomated
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://get.mogultv.org/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoFT",
    "version": "1.0.2",
    "description": "Chrome extension to auto-block NFT profile pictures on Twitter",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "options_page": "pages\/popup\/index.html",
    "action": {
        "default_popup": "pages\/popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/closeInfoPopup.js",
                "content\/autoBlock.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}