X Repost Omitted

An extension to hide X (formerly Twitter) reposts.

Cos'è X Repost Omitted?

X Repost Omitted è un'estensione di Chrome sviluppata da developer.waieight., e la sua funzione principale è "An extension to hide X (formerly Twitter) reposts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione X Repost Omitted

Scarica i file di estensione X Repost Omitted 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

                        You can view it by clicking on the ▼ icon.
This is a great extension for those who don't need reposts but are curious about what kind of reposts you have made.                    

Informazioni di Base sull'Estensione

Nome X Repost Omitted X Repost Omitted
ID aagmfjihkcmppkieikhehgihiemdmpfd
URL Ufficiale https://chromewebstore.google.com/detail/x-repost-omitted/aagmfjihkcmppkieikhehgihiemdmpfd
Descrizione An extension to hide X (formerly Twitter) reposts.
Dimensione del File 41.5 KB
Conteggio Installazioni 291
Versione Corrente 0.0.0.58
Ultimo Aggiornamento 2024-01-17
Data di Pubblicazione 2020-09-27
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore developer.waieight.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://waieight.hatenablog.jp/
URL della Pagina della Politica sulla Privacy https://waieight.hatenablog.jp/entry/2021/03/23/180238
Lingue Supportate en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "X Repost Omitted",
    "version": "8.0.0.58",
    "version_name": "0.0.0.58",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "\/jquery\/jquery-3.7.1.min.js",
                "\/js\/omitted.js"
            ],
            "css": [
                "\/css\/omitted.css"
            ],
            "run_at": "document_start"
        }
    ]
}