Twitter Verified Account Sunglasses
This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0
Co je Twitter Verified Account Sunglasses?
Twitter Verified Account Sunglasses je rozšíření Chrome vyvinuté https://www.icze4r.org, a jeho hlavní funkcí je „This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitter Verified Account Sunglasses
Stáhněte si soubory rozšíření Twitter Verified Account Sunglasses ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Twitter Verified Account Sunglasses |
ID | ajgilddapndgbmniliponchegglobphm |
Oficiální URL | https://chromewebstore.google.com/detail/twitter-verified-account/ajgilddapndgbmniliponchegglobphm |
Popis | This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0 |
Velikost souboru | 34.73 KB |
Počet instalací | 75 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2017-06-16 |
Datum Vydání | 2017-06-16 |
Hodnocení | 4.50/5 Celkem 8 Hodnocení |
Vývojář | https://www.icze4r.org |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |