Twitter View Hider

Automatically hide view counts of tweets in your timeline

Cos'è Twitter View Hider?

Twitter View Hider è un'estensione di Chrome sviluppata da Adrien Minne, e la sua funzione principale è "Automatically hide view counts of tweets in your timeline".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter View Hider

Scarica i file di estensione Twitter View Hider 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

                        This extension hides the view count that was recently added on the tweets of your timeline.                    

Informazioni di Base sull'Estensione

Nome Twitter View Hider Twitter View Hider
ID mmoiilglckpgboidkcedhkhmimmeblml
URL Ufficiale https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml
Descrizione Automatically hide view counts of tweets in your timeline
Dimensione del File 11.32 KB
Conteggio Installazioni 35
Versione Corrente 1.0
Ultimo Aggiornamento 2022-12-25
Data di Pubblicazione 2022-12-25
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore Adrien Minne
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter View Hider",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Automatically hide view counts of tweets in your timeline",
    "permissions": [],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}