NFTBlocker for Twitter

This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).

Wat is NFTBlocker for Twitter?

NFTBlocker for Twitter is een Chrome-extensie ontwikkeld door theo546, en de belangrijkste functie is "This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NFTBlocker for Twitter

Download NFTBlocker for Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam NFTBlocker for Twitter NFTBlocker for Twitter
ID maafcaodamkhklcfpdgmadkdecaihinp
Officiële URL https://chromewebstore.google.com/detail/nftblocker-for-twitter/maafcaodamkhklcfpdgmadkdecaihinp
Beschrijving This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).
Bestandsgrootte 23.11 KB
Aantal Installaties 74
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-01-22
Publicatiedatum 2022-01-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar theo546
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/theo546/NFTBlocker-for-Twitter
Help Pagina-URL https://github.com/theo546/NFTBlocker-for-Twitter/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}