Twitter Verified Account Sunglasses

This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0

Cos'è Twitter Verified Account Sunglasses?

Twitter Verified Account Sunglasses è un'estensione di Chrome sviluppata da https://www.icze4r.org, e la sua funzione principale è "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Verified Account Sunglasses

Scarica i file di estensione Twitter Verified Account Sunglasses 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

                        Tired of seeing Twitter Verified account checkmarks?  This turns the checkmarks into a brown poop emoji.

You're welcome.

By the way: the full 'code' (it's mostly just CSS) for this is available on my Github: https://github.com/icze4r/TwitterSunglasses

You can just download that and install it using the instructions there, if you want.  Just giving you everything so you can avoid a bamboozle.


Note: this isn't gonna work for TweetDeck, but I've provided instructions on how you can do it yourself in TweetDeck: https://github.com/icze4r/TwitterSunglasses/blob/master/tweetdeck-instructions.md                    

Informazioni di Base sull'Estensione

Nome Twitter Verified Account Sunglasses Twitter Verified Account Sunglasses
ID ajgilddapndgbmniliponchegglobphm
URL Ufficiale https://chromewebstore.google.com/detail/twitter-verified-account/ajgilddapndgbmniliponchegglobphm
Descrizione This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0
Dimensione del File 34.73 KB
Conteggio Installazioni 75
Versione Corrente 0.1.0
Ultimo Aggiornamento 2017-06-16
Data di Pubblicazione 2017-06-16
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore https://www.icze4r.org
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 Verified Account Sunglasses",
    "version": "0.1.0",
    "description": "This thing changes Twitter Verified checkmarks into poop emojis.  Icon by Proycontec, CC BY-SA 4.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}