Twitter Verified Account Sunglasses
This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0
Was ist Twitter Verified Account Sunglasses?
Twitter Verified Account Sunglasses ist eine Chrome-Erweiterung, die von https://www.icze4r.org entwickelt wurde, und ihr Hauptmerkmal ist "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0".
Erweiterungsscreenshots
Twitter Verified Account Sunglasses-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twitter Verified Account Sunglasses-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Twitter Verified Account Sunglasses |
ID | ajgilddapndgbmniliponchegglobphm |
Offizielle URL | https://chromewebstore.google.com/detail/twitter-verified-account/ajgilddapndgbmniliponchegglobphm |
Beschreibung | This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0 |
Dateigröße | 34.73 KB |
Installationsanzahl | 75 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2017-06-16 |
Veröffentlichungsdatum | 2017-06-16 |
Bewertung | 4.50/5 Insgesamt 8 Bewertungen |
Entwickler | https://www.icze4r.org |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |