NFTBlocker for Twitter

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

NFTBlocker for Twitterとは何ですか?

NFTBlocker for Twitterはtheo546によって開発されたChromeの拡張機能で、その主な機能は「This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).」です。

拡張機能のスクリーンショット

screenshot

NFTBlocker for Twitter拡張機能のCRXファイルをダウンロード

NFTBlocker for Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 NFTBlocker for Twitter NFTBlocker for Twitter
ID maafcaodamkhklcfpdgmadkdecaihinp
公式URL https://chromewebstore.google.com/detail/nftblocker-for-twitter/maafcaodamkhklcfpdgmadkdecaihinp
説明 This extension automatically block anyone who has a hexagon-shaped profile picture (NFT bros).
ファイルサイズ 23.11 KB
インストール数 74
現在のバージョン 1.0.1
最終更新日 2022-01-22
公開日 2022-01-22
評価 5.00/5 合計 1 レビュー
開発者 theo546
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/theo546/NFTBlocker-for-Twitter
ヘルプページのURL https://github.com/theo546/NFTBlocker-for-Twitter/issues
対応言語 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"
            ]
        }
    ]
}