Easy Blocker for X

X(Twitter)のユーザーをワンクリックでブロックできるようにするやつ

Cos'è Easy Blocker for X?

Easy Blocker for X è un'estensione di Chrome sviluppata da Jabrek, e la sua funzione principale è "X(Twitter)のユーザーをワンクリックでブロックできるようにするやつ".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Easy Blocker for X

Scarica i file di estensione Easy Blocker for X in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Add buttons to block users with a single click.                    

Informazioni di Base sull'Estensione

Nome Easy Blocker for X Easy Blocker for X
ID lenngecmknckkoginhkkcbgfpnicelbf
URL Ufficiale https://chromewebstore.google.com/detail/easy-blocker-for-x/lenngecmknckkoginhkkcbgfpnicelbf
Descrizione X(Twitter)のユーザーをワンクリックでブロックできるようにするやつ
Dimensione del File 51.43 KB
Conteggio Installazioni 2,778
Versione Corrente 1.0.8
Ultimo Aggiornamento 2024-01-25
Data di Pubblicazione 2023-08-23
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore Jabrek
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Blocker for X",
    "description": "X(Twitter)\u306e\u30e6\u30fc\u30b6\u30fc\u3092\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u30d6\u30ed\u30c3\u30af\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u3084\u3064",
    "version": "1.0.8",
    "manifest_version": 3,
    "author": "Jabrek",
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/x.com\/*"
            ],
            "js": [
                "jquery-3.7.0.min.js",
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "action": {
        "default_title": "\u8a2d\u5b9a",
        "default_icon": "icon\/48.png",
        "default_popup": "popup\/popup.html"
    }
}