NoFT

Chrome extension to auto-block NFT profile pictures on Twitter

What is NoFT?

NoFT is a Chrome extension developed by Ottomated, and its main feature is "Chrome extension to auto-block NFT profile pictures on Twitter".

Extension Screenshots

screenshot

Download NoFT Extension CRX File

Download NoFT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name NoFT NoFT
ID ignbemmolegaffpapcfpbadjnijbalfl
Official URL https://chromewebstore.google.com/detail/noft/ignbemmolegaffpapcfpbadjnijbalfl
Description Chrome extension to auto-block NFT profile pictures on Twitter
File Size 139 KB
Installation Count 4,506
Current Version 1.0.2
Last Updated 2022-01-30
Publish Date 2022-01-22
Rating 4.78/5 Total 59 Ratings
Developer Ottomated
Email [email protected]
Payment Type free
Privacy Policy Page URL https://get.mogultv.org/privacy
Supported Languages 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\/*"
            ]
        }
    ]
}