Hot take to What's up
Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.
Was ist Hot take to What's up?
Hot take to What's up ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon.".
Hot take to What's up-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hot take to What's up-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
Grundlegende Informationen zur Erweiterung
Name | |
ID | achhodbdjjjajcfflmemhgoaeelodmei |
Offizielle URL | https://chromewebstore.google.com/detail/hot-take-to-whats-up/achhodbdjjjajcfflmemhgoaeelodmei |
Beschreibung | Replaces "hot take" in tweets with "What's up you discourse-loving fucks" or variations thereon. |
Dateigröße | 5.5 KB |
Installationsanzahl | 134 |
Aktuelle Version | 0.1 |
Letztes Update | 2016-03-21 |
Veröffentlichungsdatum | 2016-03-21 |
Bewertung | 4.86/5 Insgesamt 7 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hot take to What's up", "version": "0.1", "description": "Replaces \"hot take\" in tweets with \"What's up you discourse-loving fucks\" or variations thereon.", "permissions": [ "https:\/\/twitter.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "overrides.js" ] } ] } |