NFTBlocker for Twitter
This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).
What is NFTBlocker for Twitter?
NFTBlocker for Twitter is a Chrome extension developed by theo546, and its main feature is "This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).".
Extension Screenshots
Download NFTBlocker for Twitter Extension CRX File
Download NFTBlocker for Twitter 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
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
Extension Basic Information
Name | NFTBlocker for Twitter |
ID | maafcaodamkhklcfpdgmadkdecaihinp |
Official URL | https://chromewebstore.google.com/detail/nftblocker-for-twitter/maafcaodamkhklcfpdgmadkdecaihinp |
Description | This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros). |
File Size | 23.11 KB |
Installation Count | 74 |
Current Version | 1.0.1 |
Last Updated | 2022-01-22 |
Publish Date | 2022-01-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | theo546 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/theo546/NFTBlocker-for-Twitter |
Help Page URL | https://github.com/theo546/NFTBlocker-for-Twitter/issues |
Supported Languages | 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" ] } ] } |