Twitter Verified Account Sunglasses
This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0
Qu'est-ce que Twitter Verified Account Sunglasses ?
Twitter Verified Account Sunglasses est une extension Chrome développée par https://www.icze4r.org, et sa fonction principale est "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitter Verified Account Sunglasses
Téléchargez les fichiers d'extension Twitter Verified Account Sunglasses au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twitter Verified Account Sunglasses |
ID | ajgilddapndgbmniliponchegglobphm |
URL Officiel | https://chromewebstore.google.com/detail/twitter-verified-account/ajgilddapndgbmniliponchegglobphm |
Description | This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0 |
Taille du Fichier | 34.73 KB |
Nombre d'Installations | 75 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2017-06-16 |
Date de Publication | 2017-06-16 |
Évaluation | 4.50/5 Total 8 Évaluations |
Développeur | https://www.icze4r.org |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |