Twitter Square Icons

Revert the latest stupid Twitter change

Cos'è Twitter Square Icons?

Twitter Square Icons è un'estensione di Chrome sviluppata da Suyooo, e la sua funzione principale è "Revert the latest stupid Twitter change".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Square Icons

Scarica i file di estensione Twitter Square Icons 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

                        Reverts (most) avatars back to slightly rounded corners instead of circles.                    

Informazioni di Base sull'Estensione

Nome Twitter Square Icons Twitter Square Icons
ID dddlbjknknopkfeeoakgdijdilmdnnhe
URL Ufficiale https://chrome.google.com/webstore/detail/twitter-square-icons/dddlbjknknopkfeeoakgdijdilmdnnhe
Descrizione Revert the latest stupid Twitter change
Dimensione del File 3.3 KB
Conteggio Installazioni 32
Versione Corrente 1.0
Ultimo Aggiornamento 2017-06-16
Data di Pubblicazione 2017-06-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Suyooo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Square Icons",
    "description": "Revert the latest stupid Twitter change",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}