NFTBlocker for Twitter

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

NFTBlocker for Twitter là gì?

NFTBlocker for Twitter là một tiện ích mở rộng Chrome được phát triển bởi theo546, và tính năng chính của nó là "This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NFTBlocker for Twitter

Tải xuống các tệp mở rộng NFTBlocker for Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NFTBlocker for Twitter NFTBlocker for Twitter
ID maafcaodamkhklcfpdgmadkdecaihinp
URL Chính Thức https://chromewebstore.google.com/detail/nftblocker-for-twitter/maafcaodamkhklcfpdgmadkdecaihinp
Mô tả This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).
Kích Thước Tệp 23.11 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-01-22
Ngày Phát Hành 2022-01-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển theo546
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/theo546/NFTBlocker-for-Twitter
URL Trang Trợ Giúp https://github.com/theo546/NFTBlocker-for-Twitter/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}